summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Shetye2025-05-30 16:19:50 +0530
committerSunil Shetye2025-05-30 16:19:50 +0530
commit1b0500ab60c1648c6e40945e9ca3cf19d1371116 (patch)
treeed84bbf78e60e0bf2be6b816acaceefcc39266a9
parent61d0ce87f1c142522b73a49ba15232f5ac82c60c (diff)
downloadCommon-Interface-Project-1b0500ab60c1648c6e40945e9ca3cf19d1371116.tar.gz
Common-Interface-Project-1b0500ab60c1648c6e40945e9ca3cf19d1371116.tar.bz2
Common-Interface-Project-1b0500ab60c1648c6e40945e9ca3cf19d1371116.zip
correct slice name of xmlData
-rw-r--r--blocks/eda-frontend/src/components/SchematicEditor/ToolbarExtension.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks/eda-frontend/src/components/SchematicEditor/ToolbarExtension.js b/blocks/eda-frontend/src/components/SchematicEditor/ToolbarExtension.js
index 31222b10..6353ddac 100644
--- a/blocks/eda-frontend/src/components/SchematicEditor/ToolbarExtension.js
+++ b/blocks/eda-frontend/src/components/SchematicEditor/ToolbarExtension.js
@@ -681,7 +681,7 @@ export function OpenSchDialog (props) {
const user = useSelector(state => state.auth.user)
const schematics = useSelector(state => state.dashboard.schematics)
const GallerySchSample = useSelector(state => state.dashboard.gallery)
- const xmlData = useSelector(state => state.schematicEditor.xmlData)
+ const xmlData = useSelector(state => state.saveSchematic.xmlData)
const dispatch = useDispatch()