From 0c0a09a7b67b6c5e9422cc07d38a7a69f1cd6f4b Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 29 May 2025 11:07:11 +0800 Subject: [PATCH] fix build issue --- next-ui/src/components/dialogs/DialogConfirm.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/next-ui/src/components/dialogs/DialogConfirm.vue b/next-ui/src/components/dialogs/DialogConfirm.vue index bfdfb910..f24dea77 100644 --- a/next-ui/src/components/dialogs/DialogConfirm.vue +++ b/next-ui/src/components/dialogs/DialogConfirm.vue @@ -92,11 +92,7 @@ export interface Props { const { title = undefined, subtitle = undefined, - okText = intl.formatMessage({ - description: 'Confirmation dialog: OK button default text', - defaultMessage: 'Confirm', - id: 't8vOuG' - }), + okText = 'Confirm', validateText = 'confirm', maxWidth = undefined, activator = undefined,