We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112ecb7 commit 9695db5Copy full SHA for 9695db5
packages/client/src/components/inspector/InspectorStateField.vue
@@ -156,8 +156,8 @@ function submitDrafting() {
156
nodeId,
157
state: {
158
newKey: draftingNewProp.value.key,
159
- type: typeof draftingNewProp.value.value,
160
- value: draftingNewProp.value.value,
+ type: typeof toSubmit(draftingNewProp.value.value),
+ value: toSubmit(draftingNewProp.value.value),
161
},
162
} satisfies InspectorStateEditorPayload)
163
resetDrafting()
0 commit comments