mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-25 20:18:31 +00:00
4.0.0-rc5.1
* Fixed: UI state not updating correctly for Blocked Terms that were created before the rc5 release.
This commit is contained in:
parent
f15d3c1d4f
commit
205306fd48
3 changed files with 7 additions and 2 deletions
|
@ -229,7 +229,7 @@ export default {
|
|||
methods: {
|
||||
edit() {
|
||||
this.editing = true;
|
||||
this.edit_data = deep_copy(this.term);
|
||||
this.edit_data = Object.assign({remove: false}, deep_copy(this.term));
|
||||
},
|
||||
|
||||
toggleRemove() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue