Skip to content

Commit 796bde8

Browse files
author
Keivan Vosoughi
committed
Test
1 parent 3162a1e commit 796bde8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/client/src/pages/DataGenerator/Configure.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)) {

app/client/src/pages/DataGenerator/Examples.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)