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 7c749f0 + bbb1ea3 commit 7242b2cCopy full SHA for 7242b2c
1 file changed
frontend/src/App.tsx
@@ -82,7 +82,7 @@ function App() {
82
meta={meta}
83
actions={
84
<>
85
- <Button onClick={handleScraper} disabled={loading || scraping}>
+ <Button onClick={handleScraper} disabled={scraping}>
86
<RefreshCcw
87
className={`h-4 w-4 ${scraping ? "animate-spin" : ""}`}
88
/>
0 commit comments