Fix bug when adding new profile via datasync configure

This commit is contained in:
Lance Edgar 2023-01-14 11:51:22 -06:00
parent dec0ebba30
commit aef679c030

View file

@ -693,7 +693,7 @@
}
ThisPage.methods.newProfile = function() {
this.editingProfile = {}
this.editingProfile = {watcher_kwargs_data: []}
this.editingConsumer = null
this.editingWatcherKwargs = false