Web: Components: fixed display in paging story

This commit is contained in:
DmitrySychugov 2023-03-31 20:42:39 +05:00
parent e57a7696eb
commit 637a644ee4

View File

@ -97,6 +97,7 @@ const Template = ({
<Paging
{...args}
pageItems={displayItems ? pageItems : null}
style={{ justifyContent: "center", alignItems: "center" }}
countItems={displayCount ? countItems : null}
previousAction={() => {
previousAction("Prev");