- added criteria setting for form fields;

- added dynamic data setitng for form fields;
This commit is contained in:
Vitalii Kiiko
2024-10-15 15:20:27 +02:00
parent a5b817e999
commit 782ec5fda7
4 changed files with 77 additions and 49 deletions

View File

@@ -17,6 +17,7 @@ const initialStore = {
elementItems: [],
activeElement: '',
draggingElementId: 0,
bandoCriteria: [],
// flow
flowData: [],
flowForms: [],