make search-result expandable

This commit is contained in:
qbism 2023-05-22 23:35:55 -04:00
parent b37cbc498c
commit 923863e262
2 changed files with 2 additions and 1 deletions

View File

@ -61,11 +61,12 @@
>
<h4>{{ $t('search.no_results') }}</h4>
</div>
<!-- qb: why can't search results be expandable? -->
<Status
v-for="status in visibleStatuses"
:key="status.id"
:collapsable="false"
:expandable="false"
:expandable="true"
:compact="false"
class="search-result"
:statusoid="status"

Binary file not shown.