diff --git a/app/components/pub/my-ui/confirmation/confirmation.vue b/app/components/pub/my-ui/confirmation/confirmation.vue index b5c328aa..928d7827 100644 --- a/app/components/pub/my-ui/confirmation/confirmation.vue +++ b/app/components/pub/my-ui/confirmation/confirmation.vue @@ -8,6 +8,8 @@ interface ConfirmationProps { message?: string confirmText?: string cancelText?: string + noTrueSlot?: boolean + skipClosingMessage?: boolean variant?: 'default' | 'destructive' | 'warning' size?: 'sm' | 'md' | 'lg' | 'xl' } @@ -71,20 +73,22 @@ function handleCancel() {
-
-
+
+
-

- {{ message }} -

+ {{ message }} {{ !noTrueSlot ? ' dengan informasi sebagai berikut:' : '.' }}
-
+
+
+ Lanjutkan Proses? +
+