Error in Dashboard widgets of pending and active chats #2070
Advertalis
started this conversation in
General
Replies: 1 comment
-
Will be fixed in 4.34v. In general I suggest just edit dashboard settings and have only main dashboard there :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Since the last updates I got a strange behavior of widgets that display active and pending chats.
Right after the icons, instead of the number I see this code:
{{pending_chats.list.length != false && pending_chats.list.length > 0 ? ' ('+pending_chats.list.length+')' : ''}}
{{active_chats.list.length != false && active_chats.list.length > 0 ? ' ('+active_chats.list.length+')' : ''}}
If I click one of them, I can see the full widget with correct visualization.
What happened?
How can I fix it?
Thanks,
Alan
Beta Was this translation helpful? Give feedback.
All reactions