Skip to content

Commit 428e4ae

Browse files
committed
fix: Remove size input prop
Signed-off-by: Akshat Patel <[email protected]>
1 parent 02adb1d commit 428e4ae

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/table/head/table-head-checkbox.component.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import {
55
HostBinding,
66
EventEmitter
77
} from "@angular/core";
8-
import { I18n, Overridable } from "carbon-components-angular/i18n";
8+
import { I18n } from "carbon-components-angular/i18n";
99
import { Observable } from "rxjs";
10-
import { TableRowSize } from "../table.types";
1110

1211
@Component({
1312
// tslint:disable-next-line: component-selector
@@ -29,10 +28,6 @@ import { TableRowSize } from "../table.types";
2928
})
3029
export class TableHeadCheckbox {
3130
private static tableSelectAllCount = 0;
32-
/**
33-
* Size of the table rows.
34-
*/
35-
@Input() size: TableRowSize = "md";
3631

3732
@Input() checked = false;
3833

0 commit comments

Comments
 (0)