Remove duplicate noLabel in dialog store

This commit is contained in:
Darko Gjorgjijoski
2024-04-16 03:01:14 +02:00
parent 1831560a62
commit db4396f160

View File

@@ -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,
}),