fix: fix logic bug for datasync/config settings save
dang it
This commit is contained in:
parent
d2d0206b45
commit
27214cc62f
|
@ -880,7 +880,7 @@
|
|||
row.consumers_data.splice(i, 1)
|
||||
}
|
||||
|
||||
if (newRow) {
|
||||
if (!newRow) {
|
||||
|
||||
// nb. must explicitly update the original data row;
|
||||
// otherwise (with vue3) it will remain stale and
|
||||
|
|
Loading…
Reference in a new issue