Increase pageSize for search result view (#3565)

This commit is contained in:
Peter Grauvogel
2020-12-04 14:06:42 +01:00
committed by GitHub
parent 4266967979
commit 6a0d7a9fbc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search': patch
---
change default size for pageSize in search result view
@@ -251,7 +251,7 @@ export const SearchResult = ({ searchQuery }: SearchResultProps) => {
)}
<Grid item xs={showFilters ? 9 : 12}>
<Table
options={{ paging: true, search: false }}
options={{ paging: true, pageSize: 20, search: false }}
data={filteredResults}
columns={columns}
title={