Skip to content

Commit ad60a7a

Browse files
Update app/client/src/pages/DataGenerator/Configure.tsx
Co-authored-by: Copilot <[email protected]>
1 parent a2b9184 commit ad60a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const USECASE_OPTIONS = [
3838
export const WORKFLOW_OPTIONS = [
3939
{ label: 'Supervised Fine-Tuning', value: 'supervised-fine-tuning' },
4040
{ label: 'Custom Data Generation', value: 'custom' },
41-
{ label: 'Freefrom Data Generation', value: 'freeform' }
41+
{ label: 'Freeform Data Generation', value: 'freeform' }
4242
];
4343

4444
export const MODEL_TYPE_OPTIONS: ModelProvidersDropdownOpts = [

0 commit comments

Comments
 (0)