Browse Source

ui: Add partition parameter when clearing child-selector forms in ACLs

pull/11106/head
John Cowen 3 years ago
parent
commit
a670bde57d
  1. 2
      ui/packages/consul-ui/app/components/child-selector/index.js

2
ui/packages/consul-ui/app/components/child-selector/index.js

@ -65,7 +65,7 @@ export default Component.extend(Slotted, {
}), }),
actions: { actions: {
reset: function() { reset: function() {
this.form.clear({ Datacenter: this.dc, Namespace: this.nspace }); this.form.clear({ Datacenter: this.dc, Namespace: this.nspace, Partition: this.partition });
}, },
remove: function(item, items) { remove: function(item, items) {

Loading…
Cancel
Save