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

This reverts commit a670bde57d913cc27410fec2d62be19491c2bf66.
This commit is contained in:
John Cowen 2021-09-22 14:00:34 +01:00
parent 4ca04766cc
commit 71bdb08170
1 changed files with 1 additions and 1 deletions

View File

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