update superAdmin users business

This commit is contained in:
2026-03-14 16:26:22 +03:30
parent 9bfbef6f64
commit 20be653499
126 changed files with 2891 additions and 169 deletions
+11
View File
@@ -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,
});
}
}
/**