Skip to content

Commit

Permalink
Merge pull request #2804 from Akshat55/lint-fix
Browse files Browse the repository at this point in the history
chore: lint fix
  • Loading branch information
Akshat55 authored Mar 1, 2024
2 parents 6ecca36 + 3645b25 commit 32c68f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table/cell/table-radio.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class TableRadio {
get disabled(): boolean {
return this.row ? !!(this.row as TableRow).disabled : false;
}

/**
* Used to populate the row selection checkbox label with a useful value if set.
*
Expand Down

0 comments on commit 32c68f3

Please sign in to comment.