Fix misleading upload error notification (#1768)

Fixes https://github.com/webrecorder/browsertrix/issues/1767
This commit is contained in:
sua yoo 2024-04-30 11:03:58 -07:00 committed by GitHub
parent 37cb297d01
commit fe65ccf579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();