Skip to content
Snippets Groups Projects
Commit 3d3ddcd3 authored by Sky Brewer's avatar Sky Brewer
Browse files

Merge branch 'CE-3011-missing-job-log' into 'develop'

Fix api for deployment job

See merge request !500
parents d1ce1c0c 842cd190
No related branches found
No related tags found
3 merge requests!542Prepare 4.1.0,!518CE-3050,!500Fix api for deployment job
Pipeline #193494 waiting for manual action
...@@ -10,7 +10,7 @@ export function DeploymentJobOutput({ deploymentJob }) { ...@@ -10,7 +10,7 @@ export function DeploymentJobOutput({ deploymentJob }) {
const params = useMemo( const params = useMemo(
() => ({ () => ({
deployment_id: deploymentJob?.id job_id: deploymentJob?.id
}), }),
[deploymentJob] [deploymentJob]
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment