Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Sep 2, 2024
1 parent e65c677 commit 559e046
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export function useAssetCatalogFiltering<
[
['owners', filters.owners, allAssetOwners] as const,
['tags', filters.tags, tags] as const,
['kinds', filters.kinds, allKinds] as const,
['groups', filters.groups, allAssetGroupOptions] as const,
['changedInBranch', filters.changedInBranch, Object.values(ChangeReason)] as const,
['codeLocations', filters.codeLocations, allRepos] as const,
Expand Down

0 comments on commit 559e046

Please sign in to comment.