mirror of https://github.com/status-im/consul.git
ui: Ensure we request permission wiht the correct partition (#11060)
This commit is contained in:
parent
ca73abdea1
commit
1d9d3349ca
|
@ -12,6 +12,7 @@ export default class DcRoute extends Route {
|
|||
const permissions = await this.permissionsRepo.findAll({
|
||||
dc: params.dc,
|
||||
ns: this.optionalParams().nspace,
|
||||
partition: this.optionalParams().partition,
|
||||
});
|
||||
// the model here is actually required for the entire application
|
||||
// but we need to wait until we are in this route so we know what the dc
|
||||
|
|
Loading…
Reference in New Issue