update superAdmin users business
This commit is contained in:
@@ -182,6 +182,17 @@ export abstract class EntityStore<
|
||||
entity,
|
||||
} as Partial<TState>);
|
||||
}
|
||||
override reset(): void {
|
||||
// @ts-ignore
|
||||
// @TODO: check to familiar with ts
|
||||
this.setState({
|
||||
loading: false,
|
||||
error: null,
|
||||
entity: null,
|
||||
initialized: false,
|
||||
isRefreshing: false,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user