feature/default_network_editable
Dan Finlay 8 years ago
parent 3b594db316
commit 2026b674c5
  1. 1
      ui/lib/persistent-form.js

@ -46,7 +46,6 @@ PersistentForm.prototype.persistentFieldDidUpdate = function (event) {
const key = field.getAttribute('data-persistent-formid')
const val = field.value
store[key] = val
console.log(val)
this.setPersistentStore(store)
}

Loading…
Cancel
Save