Skip to content

Commit

Permalink
I have read the CLA Document and I hereby sign the CLA
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryWu1234 committed May 27, 2024
1 parent 152c878 commit 1d2017b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kit-headless/src/components/select/select-inline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ type InlineCompProps = {
};

/*
This is an inline component. An example use case of an inline component to get the proper indexes with CSR. See issue #4757
for more information.
*/
* This is an inline component. An example use case of an inline component to get the proper indexes with CSR. See issue #4757
* for more information.
*/
export const HSelectRoot: Component<SelectProps & InlineCompProps> = (
props: SelectProps & InlineCompProps,
) => {
Expand Down

0 comments on commit 1d2017b

Please sign in to comment.