chore: lint

This commit is contained in:
karishmas6
2024-09-12 22:18:56 +05:30
parent 6b1d22ce43
commit ce8344a1be

View File

@@ -69,7 +69,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
<div style={{ marginBottom: '15px' }}> <div style={{ marginBottom: '15px' }}>
<Typography>Start from</Typography> <Typography>Start from</Typography>
<Dropdown <Dropdown
label="start from" label="start from"
id="startFrom" id="startFrom"
value={settings.startFrom} value={settings.startFrom}
handleSelect={(e) => handleChange('startFrom', e.target.value)} handleSelect={(e) => handleChange('startFrom', e.target.value)}
@@ -96,7 +96,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
<div style={{ marginBottom: '15px' }}> <div style={{ marginBottom: '15px' }}>
<Typography>Timezone</Typography> <Typography>Timezone</Typography>
<Dropdown <Dropdown
label="timezone" label="timezone"
id="timezone" id="timezone"
value={settings.timezone} value={settings.timezone}
handleSelect={(e) => handleChange('timezone', e.target.value)} handleSelect={(e) => handleChange('timezone', e.target.value)}