Skip to content

Commit

Permalink
fix(release-notification): Hide release-notification-badge if release…
Browse files Browse the repository at this point in the history
…-dialog was clicked

* fix(notification-badge): set newUpdate false if button was clicked
  • Loading branch information
mschwrdtnr authored and DanielHabenicht committed Aug 15, 2019
1 parent 106180f commit 711addf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class ReleaseInfoService {

public displayReleaseDialog() {
let text = 'Changelog could not be loaded.';
this.newUpdate = false;
this.httpClient
.get('changelog.md', {
responseType: 'text'
Expand Down

0 comments on commit 711addf

Please sign in to comment.