mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +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
|
||||
}, [isValid]);
|
||||
|
||||
const isDateFormat = enableDate ? format : false;
|
||||
const isDateFormat = enableDate === true ? format : enableDate;
|
||||
|
||||
return (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue