diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index 0d69af49f02..6b2272e30e4 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -987,8 +987,8 @@ export default { if (!hasJobId) { this.fetchData() } - this.closeAction() } + this.closeAction() }).catch(error => { console.log(error) this.$notifyError(error)