From 18a0f34e16122ca4166687f1ea8ec9d5826933ca Mon Sep 17 00:00:00 2001 From: vedanth bora <75097551+VedanthB@users.noreply.github.com> Date: Mon, 18 Oct 2021 09:03:04 +0530 Subject: [PATCH] Updated default value for date picker. (#1110) --- frontend/src/Editor/Components/components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/Components/components.js b/frontend/src/Editor/Components/components.js index d15ecca58c..57a87bc3a1 100644 --- a/frontend/src/Editor/Components/components.js +++ b/frontend/src/Editor/Components/components.js @@ -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}}' },