1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

bugfix: dont put 'IsNew' into index

This commit is contained in:
Michael Shanks 2020-03-25 11:18:13 +00:00
parent c2212840ce
commit 9e6e471a38

View file

@ -46,6 +46,9 @@ export const mapRecord = (record, index) => {
if (isFunction(mapped[key])) {
delete mapped[key]
}
if (key === "IsNew") {
delete mapped.IsNew
}
}
mapped.key = record.key