app: temporarily enable pagination

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-11-10 13:55:12 +01:00
parent 6115ddb870
commit 7a53ef518b
+1 -1
View File
@@ -182,7 +182,7 @@ const routes = (
<Route path="/home" element={<HomepageCompositionRoot />}>
{homePage}
</Route>
<Route path="/catalog" element={<CatalogIndexPage />} />
<Route path="/catalog" element={<CatalogIndexPage enablePagination />} />
<Route
path="/catalog/:namespace/:kind/:name"
element={<CatalogEntityPage />}