Skip to content

Commit

Permalink
navigate to chat instead of popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ragingwind committed Feb 17, 2025
1 parent d71e8b8 commit 876da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/pages/EndpointDetailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ const EndpointDetailPage: React.FC<EndpointDetailPageProps> = () => {
type="link"
icon={<BotMessageSquareIcon />}
onClick={() => {
setOpenChatModal(true);
webuiNavigate(`/chat?endpointId=${endpoint?.endpoint_id}`);
}}
disabled={endpoint?.status !== 'HEALTHY'}
/>
Expand Down

0 comments on commit 876da87

Please sign in to comment.