feat: enhance confirmation dialogs and form error handling; add new utility functions
This commit is contained in:
+5
@@ -63,6 +63,11 @@ export const ACTION_TRANSLATION_MAP: Record<string, { titleKey: string; confirmK
|
||||
confirmKey: 'common:actions.hold',
|
||||
descriptionKey: 'common:confirmDialog.hold.description',
|
||||
},
|
||||
[ModuleAction.SAVE]: {
|
||||
titleKey: 'common:confirmDialog.save.title',
|
||||
confirmKey: 'common:actions.save',
|
||||
descriptionKey: 'common:confirmDialog.save.description',
|
||||
},
|
||||
};
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user