1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

bugfix: dont put 'IsNew' into index

This commit is contained in:
Michael Shanks 2020-03-25 11:18:13 +00:00
parent 6cbf2ce02b
commit ace301c9fc

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