Skip to content

Commit

Permalink
Merge pull request #170 from datasci4health/development
Browse files Browse the repository at this point in the history
fix (breadcrumbs/link): breadcrumbs drafts link fix
  • Loading branch information
lealfp authored Aug 13, 2020
2 parents 2a1b219 + 78861c1 commit 0112705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adonisjs/public/author/js/author.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class AuthorManager {
break;
case "control/leave/drafts": await this.caseSave();
//window.location.href = 'draft.html';
window.location.href = 'drafts';
window.location.href = '/drafts';
break;
}
}
Expand Down

0 comments on commit 0112705

Please sign in to comment.