mirror of
https://github.com/strapi/strapi.git
synced 2025-08-01 13:29:01 +00:00
AssetDialog: Include pagination in stack for better alignment
This commit is contained in:
parent
fc42a110be
commit
1af71c1ed1
@ -140,7 +140,6 @@ export const BrowseStep = ({
|
|||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
</Stack>
|
|
||||||
|
|
||||||
{pagination.pageCount > 0 && (
|
{pagination.pageCount > 0 && (
|
||||||
<Flex justifyContent="space-between">
|
<Flex justifyContent="space-between">
|
||||||
@ -152,6 +151,7 @@ export const BrowseStep = ({
|
|||||||
/>
|
/>
|
||||||
</Flex>
|
</Flex>
|
||||||
)}
|
)}
|
||||||
|
</Stack>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user