-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ui] Fix “filter to group” action no longer working in the asset graph (
#23768) ## Summary & Motivation https://linear.app/dagster-labs/issue/FE-521/[bug]-filter-to-group-action-no-longer-works-in-the-lineage-ui The AssetGraphExplorer had an optional `assetFilterState?: AssetFilterState` that needed to be passed for this filtering to work, and it's no longer passed anywhere the component is used. I updated this to work the same way the clickable computeKind tags work. ## How I Tested These Changes I verified that the asset graph sidebar and asset graph collapsed + expanded nodes "Filter to group" options all still work Co-authored-by: bengotow <[email protected]>
- Loading branch information
Showing
3 changed files
with
51 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dea312f
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.
Deploy preview for dagit-core-storybook ready!
✅ Preview
https://dagit-core-storybook-i77j9vtuf-elementl.vercel.app
Built with commit dea312f.
This pull request is being automatically deployed with vercel-action