Skip to content

Commit 7242b2c

Browse files
authored
Feature/botao buscar scraper auto (#35)
2 parents 7c749f0 + bbb1ea3 commit 7242b2c

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)