Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ebdc9ffa authored by VIAUD Nathan's avatar VIAUD Nathan
Browse files

fix update form action

parent 8398f1ed
Branches
No related tags found
1 merge request!47Draft: Resolve "Adding undo/redo"
...@@ -4,7 +4,7 @@ import { useVueFlow } from '@vue-flow/core'; ...@@ -4,7 +4,7 @@ import { useVueFlow } from '@vue-flow/core';
const editorStore = useEditorStore(); const editorStore = useEditorStore();
const { findNode } = useVueFlow({ id: 'main' }); const { findNode } = useVueFlow({ id: 'main' });
export function updateElementValue(elementId: string, nodeId: string, valueId: string, value: string): void { export function updateElementValue(elementId: string, nodeId: string, valueId: string, value: string | boolean): void {
const { id, formType, formValues } = getElementInfo(elementId, nodeId); const { id, formType, formValues } = getElementInfo(elementId, nodeId);
verifyAndOpenFormPanel(id, formType, formValues, nodeId); verifyAndOpenFormPanel(id, formType, formValues, nodeId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment