Pages Payback
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user