Skip to content

Commit

Permalink
feat: disallow orguid field on xlsx upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeen committed Jan 29, 2022
1 parent 33d843c commit 44995d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/xls.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export const tableDataFromXlsx = (xlsx, model) => {
}
row[columnNames[columnIndex]] = columnData;
}
delete row.orgUid;
stagingData[dataModel.name].data.push(row);
}
}
Expand Down

0 comments on commit 44995d8

Please sign in to comment.