This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch fix-profile-view in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 478dac3c1117a388df98ea104ecc99898fe4c91b Author: Dominik Riemer <[email protected]> AuthorDate: Wed May 3 22:29:02 2023 +0200 [hotfix] Add import of shared-ui module to profile module --- ui/src/app/profile/profile.module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/app/profile/profile.module.ts b/ui/src/app/profile/profile.module.ts index 5a1e1f108..80f61a081 100644 --- a/ui/src/app/profile/profile.module.ts +++ b/ui/src/app/profile/profile.module.ts @@ -34,6 +34,7 @@ import { PlatformServicesModule } from '@streampipes/platform-services'; import { ChangePasswordDialogComponent } from './dialog/change-password/change-password-dialog.component'; import { ChangeEmailDialogComponent } from './dialog/change-email/change-email-dialog.component'; import { RouterLink } from '@angular/router'; +import { SharedUiModule } from '@streampipes/shared-ui'; @NgModule({ imports: [ @@ -48,6 +49,7 @@ import { RouterLink } from '@angular/router'; ClipboardModule, CoreUiModule, PlatformServicesModule, + SharedUiModule, RouterLink, ], declarations: [
