- fixed displaying tables;

- fixed uploading signed pdf for application;
- added downloading modullistica archive;
- added basic table related validator;
This commit is contained in:
Vitalii Kiiko
2024-10-13 12:20:47 +02:00
parent 2bedcee172
commit cd54246313
16 changed files with 194 additions and 56 deletions

View File

@@ -416,6 +416,8 @@ export const elementItems = [
value: {}
}
],
validators: {}
validators: {
custom: 'nonEmptyTables'
}
}
]