mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
allow a notification to have no title (#5392)
This commit is contained in:
parent
465efa460e
commit
ddeb16463d
@ -31,7 +31,7 @@ export class HuiPersistentNotificationItem extends LitElement {
|
||||
return html`
|
||||
<notification-item-template>
|
||||
<span slot="header">
|
||||
${this.notification.title || this.notification.notification_id}
|
||||
${this.notification.title}
|
||||
</span>
|
||||
|
||||
<ha-markdown content="${this.notification.message}"></ha-markdown>
|
||||
|
Loading…
x
Reference in New Issue
Block a user