-
Notifications
You must be signed in to change notification settings - Fork 73
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
chore(weave): Project sidebar takes in models access param #2565
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
@@ -35,7 +44,7 @@ export const useProjectSidebar = ( | |||
type: 'button' as const, | |||
name: 'Overview', | |||
slug: 'overview', | |||
isShown: !isWeaveOnly, | |||
isShown: true, |
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.
thank you!
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=6673a46dbb3a6d2459343b6df3f0e67df11fa4e0 |
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.
@ethanho154 we should discuss this with design team, I think we don't want this tab appearing in Weave.
Description
Block Models tabs for weave only user.
Testing
How was this PR tested?