Skip to content

Commit

Permalink
UI/UX: Added no tags found message to tags filter (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonDR authored Sep 2, 2023
1 parent 6e887b0 commit 283d52a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/MonitorListFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 283d52a

Please # to comment.