Skip to content

Commit bbb1ea3

Browse files
committed
fix: remove loading state from scraper button disable condition
1 parent c9a6f6e commit bbb1ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function App() {
8282
meta={meta}
8383
actions={
8484
<>
85-
<Button onClick={handleScraper} disabled={loading || scraping}>
85+
<Button onClick={handleScraper} disabled={scraping}>
8686
<RefreshCcw
8787
className={`h-4 w-4 ${scraping ? "animate-spin" : ""}`}
8888
/>

0 commit comments

Comments
 (0)