Skip to content
Snippets Groups Projects
Verified Commit d42d528d authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-7507 fix unit test

Merge conflict error.
parent af93218a
Branches
Tags
1 merge request!82OZG-7507 use new open dialog button
......@@ -38,7 +38,7 @@ export class OpenDialogButtonComponent {
@Input() size: ButtonVariants['size'];
public open(): void {
this.dialogService.openInContext(this._createComponent().instance.constructor, this.viewContainerRef);
this.dialogService.openInContext(this._createComponent().instance.constructor, this.viewContainerRef, this.dialogData);
}
_createComponent(): ComponentRef<any> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment