-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(bi): Dont allow multiple insight variables with the same code_name #25602
Conversation
Size Change: 0 B Total Size: 1.14 MB ℹ️ View Unchanged
|
@@ -97,20 +98,18 @@ export const addVariableLogic = kea<addVariableLogicType>([ | |||
}, | |||
], | |||
}), | |||
loaders(({ values, actions }) => ({ | |||
savedVariable: [ |
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.
Double checking: this variable isn't used
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.
Nope - not used 😄
5fef8d8
to
d12c127
Compare
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
…ame (#25602) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Problem
Changes
Does this work well for both Cloud and self-hosted?
Yes
How did you test this code?
Backend tests