Browse Source

Merge pull request #1024 from nocodb/fix/multiple-nn-cells-saving

fix: reset saving flag anyway
pull/1025/head
աɨռɢӄաօռɢ 3 years ago committed by GitHub
parent
commit
fec632c6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue

4
packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue

@ -1049,9 +1049,9 @@ export default {
} else {
this.$toast.error(`Failed to save row : ${e.message}`).goAway(3000)
}
} finally {
this.$set(this.data[row], 'saving', false)
}
this.$set(this.data[row], 'saving', false)
}
}
},

Loading…
Cancel
Save