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