Skip to content

Commit

Permalink
page saze fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aazaliyaa committed Sep 25, 2024
1 parent 0a5e148 commit c9eaf01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type RevisionsTableConnectorProps = {
onRevisionSelect?: (revision: string[]) => void;
checkedValues?: string[];
};
const size = pageSizes._100;
const size = pageSizes._15;

export const RevisionsTableConnector: FC<RevisionsTableConnectorProps> = ({
onRowClick,
Expand Down

0 comments on commit c9eaf01

Please sign in to comment.