Skip to content

Commit

Permalink
feat: add disable when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Nov 28, 2023
1 parent b5942df commit 50e0134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/explorer/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ const Home: React.FC = () => {
mutate(res);
}
}}
disabled={loading}
onChange={(e) => {
setSearchKeywords(e.target.value);
}}
Expand Down

0 comments on commit 50e0134

Please sign in to comment.