mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 05:31:24 +00:00
Remove duplicate noLabel in dialog store
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user