Merge pull request #298 from emrysal/hotfix/fix-default-timeFormat
Updated timeFormat to something more sensiblepull/301/head
commit
68912ac290
|
@ -28,7 +28,7 @@ export default function Type(props) {
|
|||
const [selectedDate, setSelectedDate] = useState<Dayjs>();
|
||||
const [selectedMonth, setSelectedMonth] = useState(dayjs().month());
|
||||
const [isTimeOptionsOpen, setIsTimeOptionsOpen] = useState(false);
|
||||
const [timeFormat, setTimeFormat] = useState('hh:mm');
|
||||
const [timeFormat, setTimeFormat] = useState('h:mma');
|
||||
const telemetry = useTelemetry();
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Reference in New Issue