Skip to content

Commit d139637

Browse files
committed
fix(web): import authFetch alongside useAuthStore in chat-interface.tsx
1 parent 613053f commit d139637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/naas-abi/naas_abi/apps/nexus/apps/web/src/components/chat/chat-interface.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { useWorkspaceStore, type AgentType, type Message, type SidebarSection, t
1212
import { useIntegrationsStore } from '@/stores/integrations';
1313
import { useAgentsStore } from '@/stores/agents';
1414
import { useSecretsStore } from '@/stores/secrets';
15-
import { useAuthStore } from '@/stores/auth';
15+
import { useAuthStore, authFetch } from '@/stores/auth';
1616
import { useWebSocket } from '@/contexts/websocket-context';
1717
import { AgentSelector } from './agent-selector';
1818
import { TypingIndicator } from '@/components/typing-indicator';

0 commit comments

Comments
 (0)