mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
[editor] Fix: When match_message
is cleared, remove it completely
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5753bfc115
commit
b29688292d
1 changed files with 2 additions and 0 deletions
|
@ -1048,6 +1048,8 @@ export default {
|
|||
return true
|
||||
})),
|
||||
})),
|
||||
|
||||
match_message: this.models.rule.match_message === '' ? null : this.models.rule.match_message,
|
||||
}
|
||||
|
||||
if (obj.cooldown) {
|
||||
|
|
Loading…
Reference in a new issue