Skip to content

Commit

Permalink
fix: bug fix on select component
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvink96 committed Jan 4, 2024
1 parent 25593d4 commit 80cffc4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 268 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/themes": "^2.0.3",
"@stylexjs/stylex": "^0.3.0",
"@tanstack/react-table": "^8.11.2",
"chart.js": "^4.4.1",
Expand Down
265 changes: 0 additions & 265 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/ui/Select/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { Select, type SelectProps, SelectItem } from './Select.tsx';
export { Select, type SelectsProps, SelectItem } from './Select.tsx';
2 changes: 1 addition & 1 deletion src/components/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export {
type TextFieldSizes,
type TextFieldProps,
} from './TextField';
export { Select, type SelectProps, SelectItem } from './Select';
export { Select, type SelectsProps, SelectItem } from './Select';
export { List, type ListProps } from './List';
export { Drawer, type DrawerProps } from './Drawer';

0 comments on commit 80cffc4

Please sign in to comment.