Skip to content

Commit

Permalink
Fix [Batch Run] Default artifact path not sourced from frontend-spec …
Browse files Browse the repository at this point in the history
…`1.6.x` (#2386)
  • Loading branch information
mavdryk committed Apr 10, 2024
1 parent d07b4b4 commit 3da781f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JobWizard/JobWizard.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const generateJobWizardData = (
},
[ADVANCED_STEP]: {
inputPath: null,
outputPath: JOB_DEFAULT_OUTPUT_PATH,
outputPath: frontendSpec.default_artifact_path || JOB_DEFAULT_OUTPUT_PATH,
accessKey: true,
accessKeyInput: '',
environmentVariablesTable: parseEnvironmentVariables(environmentVariables)
Expand Down

0 comments on commit 3da781f

Please sign in to comment.