feat: view customize on member's role cases pane

This commit is contained in:
Takeshi Kimata
2024-06-06 21:39:52 +09:00
parent f9cf3ef209
commit 07259f6daf
11 changed files with 167 additions and 24 deletions

View File

@@ -76,6 +76,10 @@ export type CasesMessages = {
medium: string;
low: string;
noCasesFound: string;
caseTitle: string;
caseDescription: string;
create: string;
pleaseEnter: string;
};
export type CaseMessages = {