Skip to content

Commit c9f7f46

Browse files
swftvsntinayuangao
authored andcommitted
Fix typo which caused CdkHeaderRow to be used instead of CdkRow (#5433)
1 parent 196c24d commit c9f7f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/table/row.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {CdkHeaderRow, CdkRow, CDK_ROW_TEMPLATE} from '@angular/cdk';
1111

1212
/** Workaround for https://github.com/angular/angular/issues/17849 */
1313
export const _MdHeaderRow = CdkHeaderRow;
14-
export const _MdRow = CdkHeaderRow;
14+
export const _MdRow = CdkRow;
1515

1616
/** Header template container that contains the cell outlet. Adds the right class and role. */
1717
@Component({

0 commit comments

Comments
 (0)