Skip to content

Commit f2206f5

Browse files
committed
refactor(input-group): cleanup
1 parent c7f692a commit f2206f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coreui-angular/src/lib/form/input-group/input-group.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class InputGroupComponent {
99
/**
1010
* Size the component small or large.
1111
*/
12-
readonly sizing = input<string | 'sm' | 'lg' | ''>('');
12+
readonly sizing = input<string | 'sm' | 'lg' | ''>();
1313

1414
readonly hostClasses = computed(() => {
1515
const sizing = this.sizing();

0 commit comments

Comments
 (0)