fix reporting modal
This commit is contained in:
parent
cbd79a48af
commit
946682b3b4
5 changed files with 26 additions and 27 deletions
|
|
@ -21,8 +21,8 @@ const List = {
|
|||
default: () => '',
|
||||
},
|
||||
preSelect: {
|
||||
type: Array,
|
||||
default: [],
|
||||
type: Set,
|
||||
default: new Set(),
|
||||
},
|
||||
nonInteractive: {
|
||||
type: Boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue