Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
Signed-off-by: Shey Gao <[email protected]>
  • Loading branch information
Shey Gao committed Aug 22, 2024
1 parent 876f01a commit 26bf58c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export const VisualizeListing = () => {
findItems={fetchItems}
deleteItems={visualizeCapabilities.delete ? deleteItems : undefined}
editItem={visualizeCapabilities.save ? editItem : undefined}
visbuilderEditItem={visbuilderEditItem}
tableColumns={tableColumns}
listingLimit={listingLimit}
initialPageSize={savedObjectsPublic.settings.getPerPage()}
Expand Down

0 comments on commit 26bf58c

Please sign in to comment.