Skip to content

Commit

Permalink
Merge pull request hotwax#741 from ymaheshwari1/hotwax#680
Browse files Browse the repository at this point in the history
Fixed: issue in animation when fetching data manager log for the job(hotwax#680)
  • Loading branch information
ymaheshwari1 authored Nov 13, 2024
2 parents dded164 + 6517b8c commit c29e244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Pipeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ export default defineComponent({
await this.store.dispatch('job/updateCurrentJob', { job });
if(this.segmentSelected === 'history' && job.runtimeData?.configId) {
await this.store.dispatch('job/fetchDataManagerLogs', job.jobId)
this.store.dispatch('job/fetchDataManagerLogs', job.jobId)
}
if(!this.isDesktop && job?.jobId) {
this.router.push({ name: 'JobDetails', params: { jobId: job?.jobId, category: "pipeline" } });
Expand Down

0 comments on commit c29e244

Please sign in to comment.