mirror of
https://github.com/directus/directus.git
synced 2026-01-23 18:18:03 -05:00
Resolve vue warning
This commit is contained in:
@@ -30,7 +30,7 @@ import { useI18n } from 'vue-i18n';
|
||||
interface Props {
|
||||
collection: string;
|
||||
primaryKey?: string;
|
||||
selection: (number | string)[];
|
||||
selection?: (number | string)[];
|
||||
location: 'collection' | 'item';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user