Skip to content

Commit 66907b8

Browse files
committed
[NAE-2034] Open first view
- remove redundant return statement in double-drawer-navigation.service.ts
1 parent da4f7b7 commit 66907b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/netgrif-components-core/src/lib/navigation/navigation-double-drawer/service/double-drawer-navigation.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ export class DoubleDrawerNavigationService implements OnDestroy {
310310
let itemsWithView: Array<NavigationItem> = allItems.filter(item => DoubleDrawerUtils.hasItemView(item));
311311
if (itemsWithView.length > 0) {
312312
this._redirectService.redirect(autoOpenItems[0].routing.path);
313-
return;
314313
}
315314
}
316315

0 commit comments

Comments
 (0)