diff --git a/static/js/components/app-configure/index.js b/static/js/components/app-configure/index.js index e066fa8..7ad6236 100644 --- a/static/js/components/app-configure/index.js +++ b/static/js/components/app-configure/index.js @@ -50,6 +50,8 @@ module.exports = Vue.component('app-configure', { this.popup = !this.popup; if (!this.popup) { + this.name = ''; + this.path = ''; this.submitError = ''; this.$broadcast('clean-error'); }