Skip to content

Commit

Permalink
Show feedback when no results are found
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmajor committed Feb 18, 2025
1 parent f632c22 commit 56da328
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2023,6 +2023,7 @@ export default Vue.extend({
</h4>
<hr v-if="groupBy !== 0">
<div class="panel-content-cards">
<div v-if="value.length === 0">No Results Found</div>
<div
v-for="superpixel, index in value"
:key="index"
Expand Down

0 comments on commit 56da328

Please sign in to comment.