feat: add all section in admin page

This commit is contained in:
Sabda Yagra 2025-09-25 22:50:21 +07:00
parent 7b5b508031
commit 25b2d21a91
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ export default function UsersCard(props: { team: any; fetchData: () => void }) {
if (res?.error) {
toast({ title: stringify(res?.message) });
return false;
}
close();