Skip to content

Commit ad563c2

Browse files
authored
Merge branch 'master' into search-expandable-clear
2 parents 64831fd + 32c68f3 commit ad563c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/cell/table-radio.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class TableRadio {
4040
get disabled(): boolean {
4141
return this.row ? !!(this.row as TableRow).disabled : false;
4242
}
43-
43+
4444
/**
4545
* Used to populate the row selection checkbox label with a useful value if set.
4646
*

0 commit comments

Comments
 (0)