19908: Add optional required flag for project input, make not required for advanced...
[arvados-workbench2.git] / src / views / run-process-panel / run-process-basic-form.tsx
index 32a126a458fdcbd666969a95d09b34628889e104..a6f7a70693c4f9fdd043f3882f39a4edc550584c 100644 (file)
@@ -40,7 +40,7 @@ export const RunProcessBasicForm =
                         label="Optional description of this workflow run" />
                 </Grid>
                 <Grid item xs={12} md={6}>
-                    <ProjectInput input={{
+                    <ProjectInput required input={{
                         id: "owner",
                         label: "Project where the workflow will run"
                     } as ProjectCommandInputParameter}