mirror of
https://github.com/logos-storage/ethcc-demo.git
synced 2026-01-02 13:13:07 +00:00
fix bug with multiple alerts not dismissing
The alerts for multiple events involving slots had non-unique ids and were failing to dismiss.
This commit is contained in:
parent
f1b97c3f3c
commit
0ea0f60197
@ -13,7 +13,7 @@ const alerts = defineModel()
|
||||
:key="event + blockNumber + requestId"
|
||||
>
|
||||
<AlertWithContent
|
||||
:id="event + blockNumber + requestId"
|
||||
:id="event + blockNumber + requestId + slotIdx"
|
||||
:title="event"
|
||||
:type="type"
|
||||
:btn-more-url="router.resolve({ path: `/request/${requestId}`, query: route.query }).href"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user