Merge pull request #30599 from backstage/blam/fixing-order
`catalog`: fix order of filters in nfs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Adding a more sensible default order to the default filters
|
||||
@@ -133,13 +133,14 @@ const catalogListCatalogFilter = CatalogFilterBlueprint.makeWithOverrides({
|
||||
},
|
||||
});
|
||||
|
||||
// this is the default order that the filters will be applied in
|
||||
export default [
|
||||
catalogTagCatalogFilter,
|
||||
catalogKindCatalogFilter,
|
||||
catalogTypeCatalogFilter,
|
||||
catalogModeCatalogFilter,
|
||||
catalogNamespaceCatalogFilter,
|
||||
catalogLifecycleCatalogFilter,
|
||||
catalogProcessingStatusCatalogFilter,
|
||||
catalogListCatalogFilter,
|
||||
catalogModeCatalogFilter,
|
||||
catalogLifecycleCatalogFilter,
|
||||
catalogTagCatalogFilter,
|
||||
catalogProcessingStatusCatalogFilter,
|
||||
catalogNamespaceCatalogFilter,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user