fix checkboxes

This commit is contained in:
Alex Turchyn
2023-07-22 20:00:28 +03:00
parent f94ef3afdc
commit a2cf8fc5b5
6 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ export default {
const field = {
name: '',
uuid: v4(),
required: true,
required: type !== 'checkbox',
submitter_uuid: this.selectedSubmitter.uuid,
type
}