chore: adds toast notification on members settings (#327)

This commit is contained in:
kimatata
2025-11-09 10:45:44 +09:00
committed by GitHub
parent ce1dc0be07
commit e5c076161b
6 changed files with 34 additions and 4 deletions

View File

@@ -15,4 +15,7 @@ export type MembersMessages = {
close: string;
add: string;
areYouSure: string;
memberAdded: string;
roleChanged: string;
memberDeleted: string;
};