feat: add all section in admin page
This commit is contained in:
parent
7b5b508031
commit
25b2d21a91
|
|
@ -81,6 +81,7 @@ export default function UsersCard(props: { team: any; fetchData: () => void }) {
|
||||||
if (res?.error) {
|
if (res?.error) {
|
||||||
toast({ title: stringify(res?.message) });
|
toast({ title: stringify(res?.message) });
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
close();
|
close();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue