chore: lint
This commit is contained in:
@@ -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)}
|
||||||
|
|||||||
Reference in New Issue
Block a user