Pages Payback

This commit is contained in:
2021-12-20 16:19:27 +07:00
parent 82c9a96339
commit 78fb6f3cf0
7 changed files with 101 additions and 55 deletions

View File

@@ -47,7 +47,7 @@ export const Membership = observer(() => {
await getData();
await store.role.getData(isAdmin);
if (isAdmin) await store.supplier.getData();
await store.supplier.getData();
setIsLoading(false);
} catch (e) {
setIsLoading(false);