-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(code): Remove phantom array and define parameter property
Currently, there are 2 issues around configuring steps: 1. After configuring a node using the CanvasForm, there's a remaining `[]` at the end of the Source Code. 2. Upon configuring a node using the CanvasForm, the configuration fall under the wrong `properties` property. 3. After changes, the source code is not being stored in `LocalStorage` Changes 1. Only parse the visualEntities or entities if they aren't empty 2. Place the node configuration under the `parameters` property. 3. Move the sync `useEffect` to the `Shell` component, as the `SourceCodePage` gets deleted when switching routes. Relates to: #137
- Loading branch information
Showing
4 changed files
with
18 additions
and
14 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