ui: Fixup partiton > partition typo (#11572)
This commit is contained in:
parent
4804a47e32
commit
0027042ad9
|
@ -104,7 +104,7 @@ export default class RepositoryService extends Service {
|
||||||
}
|
}
|
||||||
if (this.env.var('CONSUL_PARTITIONS_ENABLED')) {
|
if (this.env.var('CONSUL_PARTITIONS_ENABLED')) {
|
||||||
const partition = get(item, 'Partition');
|
const partition = get(item, 'Partition');
|
||||||
if (typeof partiton !== 'undefined' && partition !== params.partition) {
|
if (typeof partition !== 'undefined' && partition !== params.partition) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue