-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing import statement, and correct controlled component s…
…tate tracking (#374)
- Loading branch information
1 parent
04b3d27
commit f6dfa0f
Showing
11 changed files
with
112 additions
and
42 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
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
29 changes: 14 additions & 15 deletions
29
packages/codegen-ui/example-schemas/workflow/authSignOutAction.json
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 |
---|---|---|
@@ -1,20 +1,19 @@ | ||
{ | ||
"componentType": "Button", | ||
"name": "SignOutButton", | ||
"properties": { | ||
"label": { | ||
"value": "Sign out" | ||
} | ||
}, | ||
"events": { | ||
"click": { | ||
"action": "Amplify.AuthSignOut", | ||
"parameters": { | ||
"global": { | ||
"value": false | ||
} | ||
"componentType": "Button", | ||
"name": "SignOutButton", | ||
"properties": { | ||
"label": { | ||
"value": "Sign out" | ||
} | ||
}, | ||
"events": { | ||
"click": { | ||
"action": "Amplify.AuthSignOut", | ||
"parameters": { | ||
"global": { | ||
"value": false | ||
} | ||
} | ||
} | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
packages/codegen-ui/example-schemas/workflow/dataStoreCreateItem.json
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
1 change: 0 additions & 1 deletion
1
packages/codegen-ui/example-schemas/workflow/dataStoreDeleteItem.json
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
1 change: 0 additions & 1 deletion
1
packages/codegen-ui/example-schemas/workflow/dataStoreUpdateItem.json
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