make more generic
This commit is contained in:
parent
fc5f4fba8c
commit
1cf9780e05
4 changed files with 7 additions and 8 deletions
|
@ -196,7 +196,9 @@
|
|||
|
||||
<div :label="$t('settings.blocks_tab')">
|
||||
<div class="profile-edit-usersearch-wrapper">
|
||||
<UserAutoSuggest :filter="filterUnblockedUsers" :query="queryUserIds" placeholder="Search whom you want to block" />
|
||||
<UserAutoSuggest :filter="filterUnblockedUsers" :query="queryUserIds" placeholder="Search whom you want to block">
|
||||
<BlockCard slot-scope="row" :userId="row.item"/>
|
||||
</UserAutoSuggest>
|
||||
</div>
|
||||
<block-list :refresh="true">
|
||||
<template slot="empty">{{$t('settings.no_blocks')}}</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue