diff --git a/app/src/views/private/components/flow-sidebar-detail.vue b/app/src/views/private/components/flow-sidebar-detail.vue index ed0961187a..2b4aac8328 100644 --- a/app/src/views/private/components/flow-sidebar-detail.vue +++ b/app/src/views/private/components/flow-sidebar-detail.vue @@ -29,7 +29,7 @@ import { useI18n } from 'vue-i18n'; interface Props { collection: string; - primaryKey?: string; + primaryKey?: string | number; selection?: (number | string)[]; location: 'collection' | 'item'; }