fix route name (#4690)

This commit is contained in:
Matthew Irish 2018-06-04 13:38:35 -05:00 committed by Jeff Mitchell
parent 5344b7c5ae
commit 32fd7be4ac
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import Base from '../../replication-base';
export default Base.extend({ export default Base.extend({
model() { model() {
return this.modelFor('vault.cluster.replication.secondaries'); return this.modelFor('vault.cluster.replication.mode.secondaries');
}, },
redirect(model) { redirect(model) {