diff --git a/frontend/src/pages/instance/VersionHistory/index.vue b/frontend/src/pages/instance/VersionHistory/index.vue index 3421db8ca..f5c7e0b58 100644 --- a/frontend/src/pages/instance/VersionHistory/index.vue +++ b/frontend/src/pages/instance/VersionHistory/index.vue @@ -108,7 +108,7 @@ export default { this.$emit('instance-updated') }, onSnapshotImportSuccess (snapshot) { - this.snapshots.unshift(snapshot) + this.$emit('instance-updated') this.busyImportingSnapshot = false }, onSnapshotImportFailed (err) {