Skip to content

Commit 7f40cfd

Browse files
committed
remove classname from select component
1 parent 80126e4 commit 7f40cfd

File tree

1 file changed

+0
-1
lines changed
  • apps/site/src/components/client

1 file changed

+0
-1
lines changed

apps/site/src/components/client/api.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ const API = () => {
194194
<div className="min-w-50 relative w-full sm:w-auto">
195195
<Select
196196
value={selectedLang.value}
197-
className="w-full"
198197
onValueChange={(value: string | null) => {
199198
if (value) {
200199
handleChange(

0 commit comments

Comments
 (0)