Merge pull request #298 from emrysal/hotfix/fix-default-timeFormat
Updated timeFormat to something more sensible
This commit is contained in:
commit
68912ac290
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue