mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(editor): Show error state in the logs overview (#14248)
This commit is contained in:
@@ -34,7 +34,7 @@ watch(
|
||||
v-if="emptyText && initialMessages.length === 0 && messages.length === 0"
|
||||
class="empty-container"
|
||||
>
|
||||
<div class="empty">
|
||||
<div class="empty" data-test-id="chat-messages-empty">
|
||||
<N8nIcon icon="comment" size="large" class="emptyIcon" />
|
||||
<N8nText tag="p" size="medium" color="text-base">
|
||||
{{ emptyText }}
|
||||
|
||||
Reference in New Issue
Block a user