mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
fix: search text bink
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user