mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Merge branch 'main' into develop
This commit is contained in:
commit
a09fd6ad2f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export const Datepicker = function Datepicker({
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [isValid]);
|
}, [isValid]);
|
||||||
|
|
||||||
const isDateFormat = enableDate ? format : false;
|
const isDateFormat = enableDate === true ? format : enableDate;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue