We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb781f7 commit 7e4dfa7Copy full SHA for 7e4dfa7
app/client/src/pages/DataGenerator/Configure.tsx
@@ -55,6 +55,7 @@ const Configure: FunctionComponent = () => {
55
const location = useLocation();
56
const { template_name, generate_file_name } = useParams();
57
const [wizardModeType, setWizardModeType] = useState(getWizardModeType(location));
58
+ console.log('wizardModeType', wizardModeType);
59
60
useEffect(() => {
61
if (wizardModeType === WizardModeType.DATA_AUGMENTATION) {
0 commit comments