-
Notifications
You must be signed in to change notification settings - Fork 426
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: dont update filters until apply on semantic viewer #11514
Conversation
✅ Deploy Preview for peaceful-bassi-cbf284 canceled.
|
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.
Looks good!! Just a small thing
values: [], | ||
}), | ||
); | ||
setDraftFilters((prev) => [...prev, newFilter]); | ||
}} | ||
onCancel={ | ||
filters.length > 0 |
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.
I believe this should also be draftFilters
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.
Good catch.
🎉 This PR is included in version 0.1255.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes: #11490
Description:
In the semantic layer, don't apply filters until the Apply button is clicked
Reviewer actions