fix builder when field areas key is undefined

This commit is contained in:
Alex Turchyn
2023-07-26 23:47:35 +03:00
parent 7779eb880d
commit 08c3b04511
2 changed files with 4 additions and 3 deletions
@@ -172,6 +172,7 @@ export default {
name: '',
uuid: v4(),
required: type !== 'checkbox',
areas: [],
submitter_uuid: this.selectedSubmitter.uuid,
type
}