Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Update: Removed selected from objects before it's send to store.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Sep 28, 2017
1 parent 75afa1a commit 40b4208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions import-data-inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@
if (!selected || !selected.length) {
return;
}
selected.forEach(item => {
delete item.selected;
});
return selected;
},
/**
Expand Down

0 comments on commit 40b4208

Please sign in to comment.