From a670bde57d913cc27410fec2d62be19491c2bf66 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 22 Sep 2021 13:57:33 +0100 Subject: [PATCH] ui: Add partition parameter when clearing child-selector forms in ACLs --- ui/packages/consul-ui/app/components/child-selector/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/consul-ui/app/components/child-selector/index.js b/ui/packages/consul-ui/app/components/child-selector/index.js index e40a4d0a02..291364fc34 100644 --- a/ui/packages/consul-ui/app/components/child-selector/index.js +++ b/ui/packages/consul-ui/app/components/child-selector/index.js @@ -65,7 +65,7 @@ export default Component.extend(Slotted, { }), actions: { 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) {