add explore
This commit is contained in:
@@ -16,6 +16,7 @@ export function SearchForm({
|
||||
className,
|
||||
onChange,
|
||||
defaultValue = '',
|
||||
children,
|
||||
...props
|
||||
}: {
|
||||
placeholder?: React.ReactNode
|
||||
@@ -80,6 +81,8 @@ export function SearchForm({
|
||||
</InputGroupButton>
|
||||
</InputGroupAddon>
|
||||
)}
|
||||
|
||||
{children}
|
||||
</InputGroup>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user