remove pagination from public app
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
@@ -177,10 +177,7 @@ const routes = (
|
||||
<Route path="/home" element={<HomepageCompositionRoot />}>
|
||||
{homePage}
|
||||
</Route>
|
||||
<Route
|
||||
path="/catalog"
|
||||
element={<CatalogIndexPage pagination={{ limit: 3 }} />}
|
||||
/>
|
||||
<Route path="/catalog" element={<CatalogIndexPage />} />
|
||||
<Route
|
||||
path="/catalog/:namespace/:kind/:name"
|
||||
element={<CatalogEntityPage />}
|
||||
|
||||
Reference in New Issue
Block a user