File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/client/src/pages/DataGenerator Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ const Configure: FunctionComponent = () => {
9292 delete values . doc_paths ;
9393 delete values . output_key ;
9494 delete values . output_value ;
95+ console . log ( 'validateForm' , values ) ;
9596
9697 const allFieldsFilled = Object . values ( values ) . every ( value => Boolean ( value ) ) ;
9798 if ( allFieldsFilled && isFunction ( setIsStepValid ) ) {
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ const Examples: FunctionComponent = () => {
149149 </ Space >
150150 </ StyledTitle >
151151 < Flex align = 'center' gap = { 15 } >
152- { ( workflowType === WorkflowType . CUSTOM_DATA_GENERATION || workflowType === WorkflowType . CUSTOM_DATA_GENERATION ) &&
152+ { ( workflowType === WorkflowType . CUSTOM_DATA_GENERATION || workflowType === WorkflowType . FREE_FORM_DATA_GENERATION ) &&
153153 < >
154154 < Form . Item
155155 name = "example_path"
You can’t perform that action at this time.
0 commit comments