mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 02:47:58 +00:00
fix: handling database and browser timezone
re #483 Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -1005,6 +1005,7 @@ export default {
|
||||
return this.$toast.info('Update not allowed for table which doesn\'t have primary Key').goAway(3000)
|
||||
}
|
||||
this.$set(this.data[row], 'saving', true)
|
||||
|
||||
// eslint-disable-next-line promise/param-names
|
||||
const newData = await this.api.update(id, {
|
||||
[column._cn]: rowObj[column._cn]
|
||||
|
||||
Reference in New Issue
Block a user