Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f6c2887

Browse files
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

Lines changed: 1 addition & 1 deletion
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 externalto="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)

AltStyle によって変換されたページ (->オリジナル) /