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/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 810829f08 [hotfix] Add import of shared-ui module to profile module
(#1548)
810829f08 is described below
commit 810829f089ec7e20d87100cfa967d5faf7d40e09
Author: Dominik Riemer <[email protected]>
AuthorDate: Thu May 4 09:52:33 2023 +0200
[hotfix] Add import of shared-ui module to profile module (#1548)
---
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: [