mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Revert "ui: Add partition parameter when clearing child-selector forms in ACLs"
This reverts commit a670bde57d913cc27410fec2d62be19491c2bf66.
This commit is contained in:
parent
a670bde57d
commit
9c0233cf59
@ -65,7 +65,7 @@ export default Component.extend(Slotted, {
|
|||||||
}),
|
}),
|
||||||
actions: {
|
actions: {
|
||||||
reset: function() {
|
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) {
|
remove: function(item, items) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user