chore: lint

This commit is contained in:
karishmas6
2024-08-31 01:19:34 +05:30
parent 318b3d1797
commit c298236975

View File

@@ -175,7 +175,7 @@ export const RightSidePanel = () => {
</>
}
{showPaginationOptions && (
{showPaginationOptions && (
<Box display="flex" flexDirection="column" gap={2} style={{ margin: '15px' }}>
<Typography>Select an option for the list:</Typography>
<Button variant={selectedPaginationSetting === 'Option 1' ? "contained" : "outlined"} onClick={() => handlePaginationSettingSelect('Option 1')}>Option 1</Button>