Skip to content

Commit f9afd41

Browse files
authored
Merge pull request #295 from youda97/modal-warning
fix(modal-placeholder): Deprecation warning is wrong
2 parents 2b9cddf + 5315d9b commit f9afd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/modal-placeholder.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class ModalPlaceholder implements OnInit {
5454
* Initializes the component using `ModalService`.
5555
*/
5656
ngOnInit() {
57-
console.warn("`ibm-dialog-placeholder` has been deprecated in favour of `ibm-placeholder`");
57+
console.warn("`ibm-modal-placeholder` has been deprecated in favour of `ibm-placeholder`");
5858
this.placeholderService.registerViewContainerRef(this.viewContainerRef);
5959
}
6060
}

0 commit comments

Comments
 (0)