Skip to content

Commit 69dbf90

Browse files
committed
I have read the CLA Document and I hereby sign the CLA
1 parent 16995e7 commit 69dbf90

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/heavy-apples-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@qwik-ui/headless': major
3+
---
4+
5+
CLA I have read the CLA Document and I hereby sign the CLA

packages/kit-headless/src/components/select/select-inline.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ type InlineCompProps = {
1111
};
1212

1313
/*
14-
This is an inline component. An example use case of an inline component to get the proper indexes with CSR. See issue #4757
15-
for more information.
14+
This is an inline component. An example use case of an inline component to get the proper indexes with CSR. See issue #4757
15+
for more information.
1616
*/
1717
export const HSelectRoot: Component<SelectProps & InlineCompProps> = (
1818
props: SelectProps & InlineCompProps,

0 commit comments

Comments
 (0)