fix error when clicking mute.. item

This commit is contained in:
Henry Jameson 2026-01-08 22:09:18 +02:00
commit 69edded5b0

View file

@ -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))
},