Skip to content

Commit cc2280b

Browse files
author
Keivan Vosoughi
committed
DSE-45281: During regenerating an existing dataset, updating seeds is not working as expected
During the re-generate flow uploading the new seeds is not working.
1 parent 3a53dd7 commit cc2280b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ const Finish = () => {
183183
}
184184

185185
const args = {...formValues, is_demo: isDemo, model_params: formValues.model_parameters }
186+
console.log('Triggering data generation with args:', args);
186187
triggerPost(args)
187188
}, []);
188189

0 commit comments

Comments
 (0)