initial commit
This commit is contained in:
@@ -34,8 +34,7 @@ export type UserLoginLog = {
|
||||
| "ACCOUNT_LOCKED"
|
||||
| "NOT_ACTIVATED"
|
||||
| "NOT_ALLOWED"
|
||||
| "UNKNOWN"
|
||||
| null;
|
||||
| "UNKNOWN";
|
||||
};
|
||||
|
||||
const normalizeSortDir = (dir?: TableSortDirection) => {
|
||||
@@ -114,7 +113,7 @@ export const usersApi = baseApi.injectEndpoints({
|
||||
providesTags: (result) => [
|
||||
"Users",
|
||||
...(result?.items ?? []).map(
|
||||
({ id }) => ({ type: "Users", id } as const)
|
||||
({ id }) => ({ type: "Users", id }) as const,
|
||||
),
|
||||
],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user