forked from Greenstand/treetracker-admin-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add uuid to capture detail dialog and top filter (Greenstand#166)
- Loading branch information
1 parent
36f2d5b
commit 5771c73
Showing
6 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ const CAPTURE = { | |
const CAPTURES = [ | ||
{ | ||
id: 10, | ||
uuid: '11942400-6617-4c6c-bf5e', | ||
planterId: 10, | ||
planterIdentifier: '[email protected]', | ||
deviceIdentifier: '1-abcdef123456', | ||
|
@@ -68,6 +69,7 @@ const CAPTURES = [ | |
}, | ||
{ | ||
id: 20, | ||
uuid: '11942400-6617-4c6c-bf5e', | ||
planterId: 11, | ||
planterIdentifier: '[email protected]', | ||
deviceIdentifier: '2-abcdef123456', | ||
|
@@ -89,6 +91,7 @@ const CAPTURES = [ | |
}, | ||
{ | ||
id: 30, | ||
uuid: '11942400-6617-4c6c-bf5e', | ||
planterId: 10, | ||
planterIdentifier: '[email protected]', | ||
deviceIdentifier: '3-abcdef123456', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters