Skip to content

Commit e982b26

Browse files
committed
remove initlazation
1 parent a250d54 commit e982b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/dialog.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class DialogDirective implements OnInit, OnDestroy, OnChanges {
6161
* @type {string}
6262
* @memberof DialogDirective
6363
*/
64-
@Input() wrapperClass = "";
64+
@Input() wrapperClass: string;
6565
/**
6666
* Spacing between the dialog and it's triggering element
6767
* @type {number}

0 commit comments

Comments
 (0)