Skip to content

Commit 50f5370

Browse files
committed
fix: Add types to size
Signed-off-by: Akshat Patel <[email protected]>
1 parent 3ea071d commit 50f5370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/toolbar/table-toolbar-search.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { NG_VALUE_ACCESSOR } from "@angular/forms";
2222
export class TableToolbarSearch extends Search implements AfterViewInit {
2323
tableSearch = true;
2424

25-
size = "lg";
25+
size: "sm" | "md" | "lg" = "lg";
2626

2727
@HostBinding("class.cds--toolbar-content") hostClass = true;
2828

0 commit comments

Comments
 (0)