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) {
 | 
					    if (changedProperties.has("crawlId") && this.crawlId) {
 | 
				
			||||||
      void this.fetchCrawl();
 | 
					      void this.fetchCrawl();
 | 
				
			||||||
      void this.fetchCrawlLogs();
 | 
					      void this.fetchCrawlLogs();
 | 
				
			||||||
      void this.fetchSeeds();
 | 
					      if (this.itemType === "crawl") {
 | 
				
			||||||
      void this.fetchQARuns();
 | 
					        void this.fetchSeeds();
 | 
				
			||||||
 | 
					        void this.fetchQARuns();
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    } else if (changedProperties.get("activeTab")) {
 | 
					    } else if (changedProperties.get("activeTab")) {
 | 
				
			||||||
      if (this.activeTab === "qa") {
 | 
					      if (this.activeTab === "qa") {
 | 
				
			||||||
        void this.fetchQARuns();
 | 
					        void this.fetchQARuns();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user