mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
fix(console): missing styles for ProfilePictureComponent dialog (#8293)
# Which Problems Are Solved - The UI layout is broken in Upload your Profile Picture # How the Problems Are Solved - MatDialog module was missing # Additional Context Here's a screenshot showing the fix ![Captura desde 2024-07-12 12-18-43](https://github.com/user-attachments/assets/7a01fa0e-3e89-4679-9606-085610f5adfe) - Closes #8284 Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
parent
8afdcd99c6
commit
ffe73645e8
@ -12,6 +12,7 @@ import { InputModule } from 'src/app/modules/input/input.module';
|
||||
|
||||
import { DetailFormComponent } from './detail-form.component';
|
||||
import { ProfilePictureComponent } from './profile-picture/profile-picture.component';
|
||||
import { MatDialogModule } from '@angular/material/dialog';
|
||||
|
||||
@NgModule({
|
||||
declarations: [DetailFormComponent, ProfilePictureComponent],
|
||||
@ -26,6 +27,7 @@ import { ProfilePictureComponent } from './profile-picture/profile-picture.compo
|
||||
MatButtonModule,
|
||||
MatTooltipModule,
|
||||
MatIconModule,
|
||||
MatDialogModule,
|
||||
TranslateModule,
|
||||
InputModule,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user