Skip to content

Commit

Permalink
fix: initialize detail text after the notification is shown (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
ironAiken2 authored Aug 6, 2024
1 parent ab202d9 commit 73cce00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/lablup-notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default class LablupNotification extends LitElement {
document.dispatchEvent(event);
this._spawnDesktopNotification('Backend.AI', this.text, '');
}
this.detail = ''; // Reset the temporary detail scripts
}

// /**
Expand Down

0 comments on commit 73cce00

Please sign in to comment.