Fix systemtag selector
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
8a0164b6b9
commit
5551da2e2f
|
@ -55,19 +55,14 @@ export default {
|
|||
type: String,
|
||||
required: true
|
||||
},
|
||||
value: {
|
||||
type: Array,
|
||||
default() {
|
||||
return []
|
||||
}
|
||||
},
|
||||
value: {},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
multiple: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
|
Loading…
Reference in New Issue