@nettyapps/ntybase 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1494,7 +1494,7 @@ class NettyAgGridBase {
1494
1494
  return;
1495
1495
  }
1496
1496
  // Log control
1497
- if (rightSidenav[0] === 'log') {
1497
+ if (rightSidenav.length == 0 || rightSidenav[0] === 'log') {
1498
1498
  this.router.navigate([...routePrefix, ...rightSidenav], navigationExtras);
1499
1499
  return;
1500
1500
  }