Resolve vue warning

This commit is contained in:
rijkvanzanten
2022-06-06 15:16:13 -04:00
parent ae61822159
commit 7bb9edbcd6

View File

@@ -30,7 +30,7 @@ import { useI18n } from 'vue-i18n';
interface Props {
collection: string;
primaryKey?: string;
selection: (number | string)[];
selection?: (number | string)[];
location: 'collection' | 'item';
}