RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@nativetail/ui
Versions diffs
0.1.1 → 0.1.2
@nativetail/ui 0.1.1 → 0.1.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/components/select/select.tsx
+0
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@nativetail/ui",
3
-
"version": "0.1.
1
",
3
+
"version": "0.1.
2
",
4
4
"description": "",
5
5
"main": "src/index.ts",
6
6
"scripts": {},
package/src/components/select/select.tsx
CHANGED
Viewed
@@ -51,7 +51,6 @@ function BaseSelect<T extends Record<string, any>>({
51
51
containerClassName,
52
52
label,
53
53
error,
54
-
className,
55
54
value,
56
55
onChange,
57
56
helperText,