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 d78d44d commit 6717d77Copy full SHA for 6717d77
1 file changed
frontend/src/pages/Project/CreateWizard/index.tsx
@@ -183,7 +183,7 @@ export const CreateProjectWizard: React.FC = () => {
183
return {
184
project_name,
185
config: {
186
- base_backends: project_type === 'gpu_marketplace' ? backends : [],
+ base_backends: project_type === 'gpu_marketplace' ? (backends ?? []) : [],
187
},
188
};
189
0 commit comments