You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/05/27 20:27:54 UTC

[incubator-streampipes] branch dev updated: [hotfix] Fix import in navigation component

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new e509d9542 [hotfix] Fix import in navigation component
e509d9542 is described below

commit e509d9542b4ac88de2febfc68ae3ae70eb487fb6
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Fri May 27 22:27:50 2022 +0200

    [hotfix] Fix import in navigation component
---
 ui/deployment/base-navigation.component.mst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/deployment/base-navigation.component.mst b/ui/deployment/base-navigation.component.mst
index f99a3d7ac..cb0005aaa 100644
--- a/ui/deployment/base-navigation.component.mst
+++ b/ui/deployment/base-navigation.component.mst
@@ -69,7 +69,7 @@ export abstract class BaseNavigationComponent {
 
   constructor(protected authService: AuthService,
               protected router: Router,
-              private router: Router) {
+              private appConstants: AppConstants) {
 
     }