mirror of
https://github.com/strapi/strapi.git
synced 2025-07-31 12:55:08 +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>
|
||||
)}
|
||||
</Stack>
|
||||
|
||||
{pagination.pageCount > 0 && (
|
||||
<Flex justifyContent="space-between">
|
||||
@ -152,6 +151,7 @@ export const BrowseStep = ({
|
||||
/>
|
||||
</Flex>
|
||||
)}
|
||||
</Stack>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user