mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🐛 Fix bug which displayed selector for low number of items
This commit is contained in:
parent
729da6f73e
commit
c298fd325a
|
@ -19,7 +19,7 @@
|
|||
|
||||
<div class="header">
|
||||
<div class="title-text">
|
||||
<strong v-if="dataCount < maxDisplayItems && dataSize < MAX_DISPLAY_DATA_SIZE">
|
||||
<strong v-if="dataCount < maxDisplayItems">
|
||||
Results: {{ dataCount }}
|
||||
</strong>
|
||||
<strong v-else>Results:
|
||||
|
|
Loading…
Reference in a new issue