diff --git a/resources/js/components/owner-verification/OwnerVerificationRowActions.vue b/resources/js/components/owner-verification/OwnerVerificationRowActions.vue index 21dff06..fd5d98b 100644 --- a/resources/js/components/owner-verification/OwnerVerificationRowActions.vue +++ b/resources/js/components/owner-verification/OwnerVerificationRowActions.vue @@ -24,9 +24,6 @@ import { approve, reject, approve_request, reject_request } from '@/routes/admin const props = defineProps<{ type: 'request' | 'cutting'; id: number; - title?: string; - subjectLabel?: string; - actionLabel?: string; }>(); const { can } = useCan(); @@ -98,21 +95,6 @@ function submitReject() {
-
-
- Modul: - {{ subjectLabel }} -
-
- Item: - {{ title }} -
-
- Aksi: - {{ actionLabel }} -
-
- Alasan Penolakan