Skip to content

Commit

Permalink
Merge branch 'assistant_link_fix' into 'master'
Browse files Browse the repository at this point in the history
Assistant UI: Fix link to consulting

See merge request postgres-ai/database-lab!949
  • Loading branch information
Bogdan Tsechoev committed Dec 20, 2024
2 parents 2f6daad + 78d157d commit f6c2887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/platform/src/pages/Bot/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const BotPage = (props: BotPageProps) => {
}

if (!isSubscriber) {
return <>AI can make mistakes❗️ All chats here are currently public. <Link to={`/${match.params.org}/instances`}>Connect DBLab SE</Link> or <Link to="https://postgres.ai/consulting">become a consulting client</Link> to enable private conversations</>;
return <>AI can make mistakes❗️ All chats here are currently public. <Link to={`/${match.params.org}/instances`}>Connect DBLab SE</Link> or <Link external to="https://postgres.ai/consulting">become a consulting client</Link> to enable private conversations</>;
}

if (isSubscriber && chatVisibility === 'public') {
Expand Down

0 comments on commit f6c2887

Please sign in to comment.