Skip to content

Commit

Permalink
show status screen, rather than printing screen (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull committed Mar 31, 2020
1 parent 024d580 commit 67ae9fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/job.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ export class JobService {
} catch (error) {
this.notificationService.setError("Can't retrieve Job Status", error);
}
} else {
this.printing = false;
}
observer.next(job);
},
Expand Down

0 comments on commit 67ae9fb

Please sign in to comment.