mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:56:42 +00:00
fix: reset saving for early return
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user