mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:56:42 +00:00
feat(gui): enable autosave
newly created row will have the same behaviour of existing row re #260 #261 Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
@@ -696,6 +696,7 @@ export default {
|
||||
if (!this.data[row]) return;
|
||||
const {row: rowObj, rowMeta, oldRow} = this.data[row];
|
||||
if (rowMeta.new) {
|
||||
await this.save()
|
||||
} else {
|
||||
try {
|
||||
if (!this.api) return;
|
||||
|
||||
Reference in New Issue
Block a user