-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(auth): UI guidance on how to set api keys for tracing and experi… #4578
Conversation
fallback={ | ||
<Text> | ||
Personal API keys can be created and managed on your{""} | ||
<ExternalLink href="/profile">Profile</ExternalLink> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these aren't external links are they? not sure if it matters here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's an external link from the perspective that it opens a new tab rather than navigating within the SPA
Co-authored-by: Parker Stafford <52351508+Parker-Stafford@users.noreply.github.com>
Co-authored-by: Parker Stafford <52351508+Parker-Stafford@users.noreply.github.com>
Co-authored-by: Parker Stafford <52351508+Parker-Stafford@users.noreply.github.com>
#4578) * feat(auth): UI guidance on how to set api keys for tracing and experiments * remove hook * Update app/src/components/project/PythonProjectGuide.tsx Co-authored-by: Parker Stafford <52351508+Parker-Stafford@users.noreply.github.com> * Update app/src/components/project/TypeScriptProjectGuide.tsx Co-authored-by: Parker Stafford <52351508+Parker-Stafford@users.noreply.github.com> * Update app/src/pages/dataset/RunExperimentButton.tsx Co-authored-by: Parker Stafford <52351508+Parker-Stafford@users.noreply.github.com> --------- Co-authored-by: Parker Stafford <52351508+Parker-Stafford@users.noreply.github.com>
…ments
resolves #4576