fix: fix logic bug for datasync/config settings save

dang it
This commit is contained in:
Lance Edgar 2024-07-13 15:28:28 -05:00
parent d2d0206b45
commit 27214cc62f

View file

@ -880,7 +880,7 @@
row.consumers_data.splice(i, 1) row.consumers_data.splice(i, 1)
} }
if (newRow) { if (!newRow) {
// nb. must explicitly update the original data row; // nb. must explicitly update the original data row;
// otherwise (with vue3) it will remain stale and // otherwise (with vue3) it will remain stale and