Auto focus time setting
This commit is contained in:
@@ -88,6 +88,7 @@ export const TimeSetting = ({
|
||||
<DialogContent>
|
||||
<LocalizationProvider dateAdapter={AdapterDayjs} adapterLocale={dayjs.locale()}>
|
||||
<TimePicker
|
||||
autoFocus
|
||||
value={dayjs(dialogValue, 'HH:mm')}
|
||||
defaultValue={dayjs(defaultValue, 'HH:mm')}
|
||||
format="LT"
|
||||
|
||||
Reference in New Issue
Block a user