Skip to content

Commit 890ee59

Browse files
committed
Add default date configuration to category WorkflowStep
1 parent bf3204e commit 890ee59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core/src/configuration/built-in-configuration.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,11 @@ export class BuiltInConfiguration {
824824
fields: {
825825
executionDate: {
826826
inputType: 'date',
827-
mandatory: true
827+
mandatory: true,
828+
dateConfiguration: {
829+
dataType: 'optional',
830+
inputMode: 'optional'
831+
}
828832
}
829833
},
830834
minimalForm: {

0 commit comments

Comments
 (0)