Skip to content

Commit 7e4dfa7

Browse files
author
Keivan Vosoughi
committed
Test
1 parent bb781f7 commit 7e4dfa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const Configure: FunctionComponent = () => {
5555
const location = useLocation();
5656
const { template_name, generate_file_name } = useParams();
5757
const [wizardModeType, setWizardModeType] = useState(getWizardModeType(location));
58+
console.log('wizardModeType', wizardModeType);
5859

5960
useEffect(() => {
6061
if (wizardModeType === WizardModeType.DATA_AUGMENTATION) {

0 commit comments

Comments
 (0)