Skip to content

Commit 4a82174

Browse files
crisbetojosephperrott
authored andcommitted
refactor(dialog): remove unused config property (#11593)
1 parent 2082af7 commit 4a82174

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cdk-experimental/dialog/dialog-config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ export class DialogConfig<D = any> {
4242
/** Custom class(es) for the overlay panel. */
4343
panelClass?: string | string[] = '';
4444

45-
/** Custom class(es) for the dialog container. */
46-
containerClass?: string | string[] = '';
47-
4845
/** Whether the dialog has a background. */
4946
hasBackdrop?: boolean = true;
5047

0 commit comments

Comments
 (0)