Skip to content

Commit f6c2887

Browse files
author
Bogdan Tsechoev
committed
Merge branch 'assistant_link_fix' into 'master'
Assistant UI: Fix link to consulting See merge request postgres-ai/database-lab!949
2 parents 2f6daad + 78d157d commit f6c2887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/packages/platform/src/pages/Bot/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const BotPage = (props: BotPageProps) => {
184184
}
185185

186186
if (!isSubscriber) {
187-
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</>;
187+
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</>;
188188
}
189189

190190
if (isSubscriber && chatVisibility === 'public') {

0 commit comments

Comments
 (0)