We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edf2dbc + f98c564 commit c292648Copy full SHA for c292648
src/pages/Home/Home.tsx
@@ -94,7 +94,7 @@ const Home = () => {
94
loading={loading}
95
variant="ghost"
96
size="sm"
97
- onClick={() => search()}
+ onClick={() => clearSearch()}
98
className="disabled:bg-red-500 hover:bg-red-400"
99
>
100
<RotateCw size={20} className="stroke-white" />
0 commit comments