mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Withdrew optional on fields that have to be filled.
This commit is contained in:
parent
8521ff311f
commit
f811ec0796
@ -129,10 +129,7 @@ export default {
|
||||
props: {
|
||||
item: {
|
||||
type: Object,
|
||||
required: false,
|
||||
default() {
|
||||
return {}
|
||||
},
|
||||
required: true,
|
||||
},
|
||||
row: {
|
||||
type: Object,
|
||||
@ -143,10 +140,7 @@ export default {
|
||||
},
|
||||
creationUserData: {
|
||||
type: Object,
|
||||
required: false,
|
||||
default() {
|
||||
return {}
|
||||
},
|
||||
required: true,
|
||||
},
|
||||
creation: {
|
||||
type: Array,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user