mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
fix: search text bink
This commit is contained in:
parent
85cf995011
commit
61fa20d6a9
@ -63,6 +63,7 @@ const SearchBox = ({
|
||||
{
|
||||
search && (
|
||||
<ActionButton
|
||||
size="xs"
|
||||
onClick={() => onSearchChange('')}
|
||||
className="shrink-0"
|
||||
>
|
||||
@ -94,6 +95,7 @@ const SearchBox = ({
|
||||
{
|
||||
search && (
|
||||
<ActionButton
|
||||
size="xs"
|
||||
onClick={() => onSearchChange('')}
|
||||
className="shrink-0"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user