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

This commit is contained in:
John Cowen 2021-09-22 13:57:33 +01:00
parent 7efb015ca9
commit a670bde57d

View File

@ -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) {