We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5e05cc + ecaaafc commit a31afbeCopy full SHA for a31afbe
app/components/course-page/repository-dropdown/index.ts
@@ -44,7 +44,7 @@ export default class CoursePageRepositoryDropdown extends Component<Signature> {
44
@action
45
async handleAdminButtonClick(dropdownActions: { close: () => void }) {
46
dropdownActions.close();
47
- this.router.transitionTo('course-admin.submissions', this.args.activeRepository.course.slug);
+ window.open(this.router.urlFor('course-admin.submissions', this.args.activeRepository.course.slug), '_blank');
48
}
49
50
0 commit comments