fix reporting modal

This commit is contained in:
Henry Jameson 2026-08-26 13:57:45 +03:00
commit 946682b3b4
5 changed files with 26 additions and 27 deletions

View file

@ -21,8 +21,8 @@ const List = {
default: () => '',
},
preSelect: {
type: Array,
default: [],
type: Set,
default: new Set(),
},
nonInteractive: {
type: Boolean,