Revert "Fix default catalog table search"

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
Camila Belo
2025-04-01 14:47:51 +02:00
committed by benjdlambert
parent e2a3ce5f3c
commit 86226090e5
2 changed files with 0 additions and 9 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Fix the default catalog table search behavior by using the catalog table toolbar for all table variations (including when pagination mode is none).
@@ -49,7 +49,6 @@ import { defaultCatalogTableColumnsFunc } from './defaultCatalogTableColumnsFunc
import { useTranslationRef } from '@backstage/core-plugin-api/alpha';
import { catalogTranslationRef } from '../../alpha/translation';
import { FavoriteToggleIcon } from '@backstage/core-components';
import { CatalogTableToolbar } from './CatalogTableToolbar';
/**
* Props for {@link CatalogTable}.
@@ -252,9 +251,6 @@ export const CatalogTable = (props: CatalogTableProps) => {
actions={actions}
subtitle={subtitle}
emptyContent={emptyContent}
components={{
Toolbar: CatalogTableToolbar,
}}
/>
);
};