fix: Update duplicate ids for dashboard app frame (#8077)

This commit is contained in:
Pranav Raj S
2023-10-10 04:16:32 -07:00
committed by GitHub
parent bb5c6a416a
commit 1e54d6deb3
2 changed files with 13 additions and 4 deletions

View File

@@ -52,6 +52,7 @@
:key="currentChat.id + '-' + dashboardApp.id"
:is-visible="activeIndex - 1 === index"
:config="dashboardApps[index].content"
:position="index"
:current-chat="currentChat"
/>
</div>