fix: show delete confirm dialog when delete project member

This commit is contained in:
Takeshi Kimata
2024-06-08 18:11:25 +09:00
parent 37f97f97b5
commit cb0aa20aa2
6 changed files with 39 additions and 9 deletions

View File

@@ -14,4 +14,5 @@ export type MembersMessages = {
userNameOrEmail: string;
close: string;
add: string;
areYouSure: string;
};