mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 07:26:53 +00:00
fix vue key preventing last noti being removed
This commit is contained in:
parent
1854ca4b6f
commit
753b2b2f4c
@ -29,8 +29,8 @@
|
||||
</div>
|
||||
<div role="list" class="w-messages c-overlay__messages">
|
||||
<notification-message
|
||||
v-for="(notification, notificationIndex) in notifications"
|
||||
:key="notificationIndex"
|
||||
v-for="notification in notifications"
|
||||
:key="notification.model.timestamp"
|
||||
:notification="notification"
|
||||
@dismissed="notificationDismissed"
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user