Skip to content

Commit bed8fab

Browse files
davidjumaniyadvr
authored andcommitted
Fixing form not closing on submit (#732)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 8e870f6 commit bed8fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/AutogenView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ export default {
987987
if (!hasJobId) {
988988
this.fetchData()
989989
}
990-
this.closeAction()
991990
}
991+
this.closeAction()
992992
}).catch(error => {
993993
console.log(error)
994994
this.$notifyError(error)

0 commit comments

Comments
 (0)