mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Linting fix
This commit is contained in:
parent
8701c9489a
commit
e12cde42e1
|
@ -168,7 +168,7 @@ function copySessionId() {
|
|||
</main>
|
||||
|
||||
<div :class="$style.messagesInput">
|
||||
<div :class="$style.messagesHistory" v-if="pastChatMessages.length > 0">
|
||||
<div v-if="pastChatMessages.length > 0" :class="$style.messagesHistory">
|
||||
<n8n-button
|
||||
title="Navigate to previous message"
|
||||
icon="chevron-up"
|
||||
|
|
Loading…
Reference in a new issue