mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Updated default value for date picker. (#1110)
This commit is contained in:
parent
269ac0f191
commit
18a0f34e16
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ export const componentTypes = [
|
|||
customRule: { value: null },
|
||||
},
|
||||
properties: {
|
||||
defaultValue: { value: '' },
|
||||
defaultValue: { value: '01/04/2021' },
|
||||
format: { value: 'DD/MM/YYYY' },
|
||||
enableTime: { value: '{{false}}' },
|
||||
enableDate: { value: '{{true}}' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue