fixes to mute menu and mute description
This commit is contained in:
parent
8be36ae07b
commit
d01e069bf2
7 changed files with 34 additions and 26 deletions
|
|
@ -5,7 +5,7 @@ import ConfirmModal from './confirm_modal.vue'
|
|||
import Select from 'src/components/select/select.vue'
|
||||
|
||||
export default {
|
||||
props: ['type', 'user'],
|
||||
props: ['type', 'user', 'status'],
|
||||
emits: ['hide', 'show', 'muted'],
|
||||
data: () => ({
|
||||
showing: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue