- updated version;
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user