mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-26 19:36:28 +00:00
# Which Problems Are Solved # How the Problems Are Solved # Additional Changes # Additional Context - Closes #10690
This commit is contained in:
@@ -51,6 +51,7 @@ type ListChanges =
|
||||
selector: 'cnsl-changes',
|
||||
templateUrl: './changes.component.html',
|
||||
styleUrls: ['./changes.component.scss'],
|
||||
standalone: false,
|
||||
})
|
||||
export class ChangesComponent implements OnInit {
|
||||
@Input({ required: true }) public changeType!: ChangeType;
|
||||
|
||||
Reference in New Issue
Block a user