fix error when clicking mute.. item
This commit is contained in:
parent
1e08616b1f
commit
69edded5b0
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ const StatusActionButtons = {
|
|||
},
|
||||
doActionReal(button) {
|
||||
button
|
||||
.action(this.funcArg)
|
||||
.action?.(this.funcArg)
|
||||
.then(() => this.$emit('onSuccess'))
|
||||
.catch((err) => this.$emit('onError', err.error.error))
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue