mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 00:23:58 +01:00
Separate model for GQL introspection data (#222)
This commit is contained in:
@@ -343,7 +343,7 @@ function SetupSyncDropdown({ workspaceMeta }: { workspaceMeta: WorkspaceMeta })
|
||||
color: 'success',
|
||||
label: 'Open Workspace Settings',
|
||||
leftSlot: <Icon icon="settings" />,
|
||||
onSelect: openWorkspaceSettings,
|
||||
onSelect: () => openWorkspaceSettings('general'),
|
||||
},
|
||||
{ type: 'separator' },
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ import { activeWorkspaceIdAtom } from '../hooks/useActiveWorkspace';
|
||||
import { useHotKey } from '../hooks/useHotKey';
|
||||
import { useKeyboardEvent } from '../hooks/useKeyboardEvent';
|
||||
import { useRecentRequests } from '../hooks/useRecentRequests';
|
||||
import {allRequestsAtom} from "../hooks/useAllRequests";
|
||||
import { allRequestsAtom } from '../hooks/useAllRequests';
|
||||
import { jotaiStore } from '../lib/jotai';
|
||||
import { resolvedModelName } from '../lib/resolvedModelName';
|
||||
import { router } from '../lib/router';
|
||||
|
||||
Reference in New Issue
Block a user