mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
Fix: Warning on new inbox page (#1784)
This commit is contained in:
committed by
GitHub
parent
ec557205f4
commit
ac15f08995
@@ -7,7 +7,7 @@
|
||||
<div class="row channels">
|
||||
<channel-item
|
||||
v-for="channel in channelList"
|
||||
:key="channel"
|
||||
:key="channel.key"
|
||||
:channel="channel"
|
||||
:enabled-features="enabledFeatures"
|
||||
@channel-item-click="initChannelAuth"
|
||||
|
||||
Reference in New Issue
Block a user