Skip to content

Commit 713812b

Browse files
committed
chore(overlay): remove unnecessary change in notifications directive
1 parent 60c6392 commit 713812b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/igniteui-angular/directives/src/directives/notification/notifications.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export abstract class IgxNotificationsDirective extends IgxToggleDirective
9696
closeOnEscape: false,
9797
closeOnOutsideClick: false,
9898
modal: false,
99-
outlet: this.outlet,
99+
outlet: this.outlet
100100
};
101101

102102
super.open(overlaySettings);

0 commit comments

Comments
 (0)