Skip to content

Commit

Permalink
Breakpoint warn updated for #9923
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Feb 22, 2021
1 parent 44127ea commit 65fd7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dialog/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class Dialog implements AfterContentInit, OnInit, OnDestroy {
};

set breakpoint(_breakpoint: number) {
console.log("Breakpoint property is not utilized and deprecated, use CSS media queries instead.");
console.log("Breakpoint property is not utilized and deprecated, use breakpoints or CSS media queries instead.");
}

@Input() blockScroll: boolean = false;
Expand Down

0 comments on commit 65fd7af

Please sign in to comment.