feat: show confirm dialog when editing case or steps

This commit is contained in:
Takeshi Kimata
2024-06-22 22:54:03 +09:00
parent f86b2a38cb
commit c652502277
6 changed files with 42 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ export type CaseMessages = {
clickToUpload: string;
orDragAndDrop: string;
maxFileSize: string;
areYouSureLeave: string;
};
export { CaseType, StepType, AttachmentType, CaseTypeCountType, CasePriorityCountType, CasesMessages, CaseMessages };