forked from AkkomaGang/akkoma-fe
make search-result expandable
This commit is contained in:
parent
b37cbc498c
commit
923863e262
2 changed files with 2 additions and 1 deletions
|
@ -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.
Loading…
Reference in a new issue