From 9c0233cf5907370c27478a34ae4c2bacaad9bd4a Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 22 Sep 2021 14:00:34 +0100 Subject: [PATCH] Revert "ui: Add partition parameter when clearing child-selector forms in ACLs" This reverts commit a670bde57d913cc27410fec2d62be19491c2bf66. --- 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 291364fc34..e40a4d0a02 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, Partition: this.partition }); + this.form.clear({ Datacenter: this.dc, Namespace: this.nspace }); }, remove: function(item, items) {