mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 03:46:25 +02:00
refactor: merge search space query atoms into single file
This commit is contained in:
parent
2f2898f0c3
commit
00b5b7dec8
8 changed files with 8 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ import { chatsApiService } from "@/lib/apis/chats-api.service";
|
|||
import { getBearerToken } from "@/lib/auth-utils";
|
||||
import { cacheKeys } from "@/lib/query-client/cache-keys";
|
||||
import { queryClient } from "@/lib/query-client/client";
|
||||
import { activeSearchSpaceIdAtom } from "../search-spaces/search-space-queries.atom";
|
||||
import { activeSearchSpaceIdAtom } from "../search-spaces/search-space-query.atoms";
|
||||
import { globalChatsQueryParamsAtom } from "./ui.atoms";
|
||||
|
||||
export const deleteChatMutationAtom = atomWithMutation((get) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue