Skip to content

Commit 6717d77

Browse files
committed
[UI] Project wizard #323
1 parent d78d44d commit 6717d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/src/pages/Project/CreateWizard

frontend/src/pages/Project/CreateWizard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const CreateProjectWizard: React.FC = () => {
183183
return {
184184
project_name,
185185
config: {
186-
base_backends: project_type === 'gpu_marketplace' ? backends : [],
186+
base_backends: project_type === 'gpu_marketplace' ? (backends ?? []) : [],
187187
},
188188
};
189189
};

0 commit comments

Comments
 (0)