Skip to content

Commit

Permalink
fix (breadcrumbs/link): breadcrumbs drafts link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorMatt committed Aug 13, 2020
1 parent a9f42e5 commit 78861c1
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 78861c1

Please sign in to comment.