summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Shetye2025-06-12 08:24:46 +0530
committerSunil Shetye2025-06-12 08:25:10 +0530
commitbd0bf2ae794a155178f60af07bcbfc0b68b6d29b (patch)
tree06d7b197e2581935ec53d1b0a0c3c30f6eb6ef65
parent72341b22d2c63be5216beb1f4cd9a61f6f493afe (diff)
downloadCommon-Interface-Project-bd0bf2ae794a155178f60af07bcbfc0b68b6d29b.tar.gz
Common-Interface-Project-bd0bf2ae794a155178f60af07bcbfc0b68b6d29b.tar.bz2
Common-Interface-Project-bd0bf2ae794a155178f60af07bcbfc0b68b6d29b.zip
initialize hasScript in slice
-rw-r--r--blocks/eda-frontend/src/redux/saveSchematicSlice.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/blocks/eda-frontend/src/redux/saveSchematicSlice.js b/blocks/eda-frontend/src/redux/saveSchematicSlice.js
index b805211d..701447b4 100644
--- a/blocks/eda-frontend/src/redux/saveSchematicSlice.js
+++ b/blocks/eda-frontend/src/redux/saveSchematicSlice.js
@@ -9,6 +9,7 @@ const initialState = {
xmlData: null,
scriptDump: '',
showDot: false,
+ hasScript: false,
details: {},
isLoading: false,
isSaved: null,