diff --git a/resources/scripts/stores/dialog.js b/resources/scripts/stores/dialog.js index 7057f7f6..fdb0f4b1 100644 --- a/resources/scripts/stores/dialog.js +++ b/resources/scripts/stores/dialog.js @@ -15,7 +15,6 @@ export const useDialogStore = (useWindow = false) => { variant: 'danger', // primary || danger yesLabel: global.t('settings.custom_fields.yes'), noLabel: global.t('settings.custom_fields.no'), - noLabel: 'No', resolve: null, hideNoButton: false, }),