Skip to content

Commit

Permalink
Incorporate review comment
Browse files Browse the repository at this point in the history
Signed-off-by: hemahg <[email protected]>
  • Loading branch information
hemahg committed Dec 12, 2024
1 parent 56fccf5 commit 2211e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function PartitionsTable({
itemCount={sortedData?.length || 0}
page={page}
perPage={perPage}
onPageChange={(newPage) => setPagination(newPage, perPage)}
onPageChange={(newPage, newPerPage) => setPagination(newPage, newPerPage)}
data={paginatedData}
emptyStateNoData={<div>{t("partition_table.no_partition")}</div>}
emptyStateNoResults={
Expand Down

0 comments on commit 2211e86

Please sign in to comment.