mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
Final commit detect duplicate
This commit is contained in:
@@ -134,7 +134,7 @@ export class SectionsDirective implements OnDestroy, OnInit {
|
||||
|
||||
public setFocus(event) {
|
||||
if (!this.active) {
|
||||
this.store.dispatch(new SetActiveSectionAction(this.submissionId, this.sectionId));
|
||||
this.submissionService.setActiveSection(this.submissionId, this.sectionId);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user