Skip to content

Commit

Permalink
force instance update event to reload snapshot list after sucessfull …
Browse files Browse the repository at this point in the history
…import
  • Loading branch information
cstns committed Oct 15, 2024
1 parent 4649fc3 commit ea20ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/instance/VersionHistory/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ea20ca1

Please sign in to comment.