- updated version;

This commit is contained in:
Vitalii Kiiko
2024-09-05 17:15:57 +02:00
parent d2a28bea1b
commit 4054745695
33 changed files with 516 additions and 296 deletions

View File

@@ -5,12 +5,18 @@ const initialStore = {
// user
userData: {},
token: '',
// bando form
formInitialData: {},
// form builder
formId: 0,
formLabel: '',
formElements: [],
elementItems: [],
activeElement: ''
activeElement: '',
// flow
flowData: [],
flowForms: [],
flowEdges: []
}
export default initialStore;