Fix misleading upload error notification (#1768)
Fixes https://github.com/webrecorder/browsertrix/issues/1767
This commit is contained in:
parent
37cb297d01
commit
fe65ccf579
@ -165,8 +165,10 @@ export class ArchivedItemDetail extends TailwindElement {
|
||||
if (changedProperties.has("crawlId") && this.crawlId) {
|
||||
void this.fetchCrawl();
|
||||
void this.fetchCrawlLogs();
|
||||
void this.fetchSeeds();
|
||||
void this.fetchQARuns();
|
||||
if (this.itemType === "crawl") {
|
||||
void this.fetchSeeds();
|
||||
void this.fetchQARuns();
|
||||
}
|
||||
} else if (changedProperties.get("activeTab")) {
|
||||
if (this.activeTab === "qa") {
|
||||
void this.fetchQARuns();
|
||||
|
Loading…
Reference in New Issue
Block a user