Fix bug when adding new profile via datasync configure
This commit is contained in:
parent
dec0ebba30
commit
aef679c030
|
@ -693,7 +693,7 @@
|
|||
}
|
||||
|
||||
ThisPage.methods.newProfile = function() {
|
||||
this.editingProfile = {}
|
||||
this.editingProfile = {watcher_kwargs_data: []}
|
||||
this.editingConsumer = null
|
||||
this.editingWatcherKwargs = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue