From 6e6bf48ff78a7fe9c0c6327d79143b97a0c10c8e Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Sun, 10 Mar 2024 20:23:02 +0100 Subject: [PATCH] catalog: remove entities count from paginated table Signed-off-by: Vincenzo Scamporlino --- plugins/catalog/src/components/CatalogTable/CatalogTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx index 8aa5b9e376..674271a044 100644 --- a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx +++ b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx @@ -192,7 +192,7 @@ export const CatalogTable = (props: CatalogTableProps) => { columns={tableColumns} emptyContent={emptyContent} isLoading={loading} - title={title} + title={titleDisplay} actions={actions} subtitle={subtitle} options={options}