fix: Correct text of start date in frontend
parent
ce7385602f
commit
90e9e311c3
|
@ -355,7 +355,7 @@ const ConfigModal = ({ open, onClose, change }) => {
|
||||||
<Field
|
<Field
|
||||||
component={TimePicker}
|
component={TimePicker}
|
||||||
name="startTimeBusSaturday"
|
name="startTimeBusSaturday"
|
||||||
label="Inicio atendimentosssssss"
|
label="Inicio atendimentos"
|
||||||
ampm={false}
|
ampm={false}
|
||||||
openTo="hours"
|
openTo="hours"
|
||||||
views={['hours', 'minutes',]}
|
views={['hours', 'minutes',]}
|
||||||
|
|
Loading…
Reference in New Issue