Unverified Commit 900ad2fb authored by Dannon's avatar Dannon Committed by GitHub
Browse files

Merge pull request #20289 from ahmedhamidawan/remove_redundant_job_id_from_job_success

[25.0] Remove duplicated job id in job success view
parents a92286ba c1540478
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ const nOutputsText = computed(() => (outputs.value.length > 1 ? `${outputs.value
            </ExternalLink>
        </p>
        <p v-else-if="jobResponse.jobs[0]" data-description="singular job link">
            Here is a link to the job: {{ jobResponse.jobs[0]?.id }}
            Here is a link to the job:
            <RouterLink :to="`/jobs/${jobResponse.jobs[0].id}/view`">
                {{ jobResponse.jobs[0]?.id }}
            </RouterLink>