UI/UX: Added no tags found message to tags filter (#3676)

pull/3706/head
Brandon De Rose 9 months ago committed by GitHub
parent 6e887b056c
commit 283d52a861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,6 +141,11 @@
</div>
</div>
</li>
<li v-if="tagsList.length === 0">
<div class="dropdown-item disabled px-3">
{{ $t('No tags found.') }}
</div>
</li>
</template>
</MonitorListFilterDropdown>
</div>

Loading…
Cancel
Save