attrs WIP

This commit is contained in:
zadam
2020-06-21 23:41:51 +02:00
parent f117ae4915
commit 22302e8200
5 changed files with 74 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ function getAndClearSyncRows() {
}
function addSyncRow(syncRow) {
const syncRows = getSyncRows();
const syncRows = namespace.get('syncRows') || [];
syncRows.push(syncRow);