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.
1 parent c9a6f6e commit bbb1ea3Copy full SHA for bbb1ea3
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