diff --git a/ui/src/views/storage/RestoreAttachBackupVolume.vue b/ui/src/views/storage/RestoreAttachBackupVolume.vue index 31f6b1c817a..41a8f76298f 100644 --- a/ui/src/views/storage/RestoreAttachBackupVolume.vue +++ b/ui/src/views/storage/RestoreAttachBackupVolume.vue @@ -162,12 +162,10 @@ export default { jobId, title, description: values.volumeid, - successMethod: result => { - this.closeAction() - }, loadingMessage: `${title} ${this.$t('label.in.progress.for')} ${this.resource.id}`, catchMessage: this.$t('error.fetching.async.job.result') }) + this.closeAction() } }).catch(error => { this.$notifyError(error)