mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 22:16:37 +00:00
fix: datetime and date handling(wip)
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -1009,7 +1009,6 @@ export default {
|
||||
const newData = await this.api.update(id, {
|
||||
[column._cn]: rowObj[column._cn]
|
||||
}, { [column._cn]: oldRow[column._cn] })
|
||||
|
||||
this.$set(this.data[row], 'row', { ...rowObj, ...newData })
|
||||
|
||||
this.$set(oldRow, column._cn, rowObj[column._cn])
|
||||
|
||||
Reference in New Issue
Block a user