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

@@ -19,6 +19,7 @@ export default function Page({ params }: { params: { projectId: string; locale:
userNameOrEmail: t('user_name_or_email'),
close: t('close'),
add: t('add'),
areYouSure: t('are_you_sure'),
};
return (