diff --git a/components/pendaftaran/CardAntrianList.vue b/components/pendaftaran/CardAntrianList.vue index 3ea0bb1..9f21a73 100644 --- a/components/pendaftaran/CardAntrianList.vue +++ b/components/pendaftaran/CardAntrianList.vue @@ -10,7 +10,7 @@ interface Props { loading?: boolean; hasMore?: boolean; totalItems?: number; - getActions?: (item: any) => Array<{ icon: string; color: string; tooltip: string; event: string }>; + getActions?: (item: any) => Array<{ icon: string; color: string; tooltip: string; event: string; access?: boolean }>; context?: 'all' | 'kategori' | 'spesialis' | 'subspesialis'; } @@ -241,7 +241,7 @@ onUnmounted(() => {