minor changes on select option
This commit is contained in:
parent
7183e27567
commit
fa87647641
@ -148,7 +148,6 @@ export function Select({
|
||||
<Search size={14} className="text-muted shrink-0 ml-1" />
|
||||
<input
|
||||
type="text"
|
||||
autoFocus
|
||||
value={searchQuery}
|
||||
onChange={(e) => setSearchQuery(e.target.value)}
|
||||
placeholder="Search options..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user