Skip to content

Commit

Permalink
This is really required for the drop-down component, keep it simple here
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Feb 17, 2025
1 parent f6af1ec commit 27a3c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/query-controls/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type OrderByOption = {
* Option value passed to `onChange` when the option is selected.
*/
value: `${ OrderBy }/${ Order }`;
} & Omit< React.OptionHTMLAttributes< HTMLOptionElement >, 'label' | 'value' >;
};

type BaseQueryControlsProps = {
/**
Expand Down

0 comments on commit 27a3c60

Please sign in to comment.