chore: lint
This commit is contained in:
@@ -225,7 +225,7 @@ export const RightSidePanel = () => {
|
|||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{showPaginationSelector && (
|
{showPaginationSelector && (
|
||||||
<Box display="flex" flexDirection="column" gap={2} style={{ margin: '15px' }}>
|
<Box display="flex" flexDirection="column" gap={2} style={{ margin: '15px' }}>
|
||||||
<Typography>Please select the pagination element on the page</Typography>
|
<Typography>Please select the pagination element on the page</Typography>
|
||||||
<Button variant="contained" onClick={handleStartPaginationSelection} disabled={isSelectingPagination}>
|
<Button variant="contained" onClick={handleStartPaginationSelection} disabled={isSelectingPagination}>
|
||||||
|
|||||||
Reference in New Issue
Block a user