Fix runtime error on log out (#1439)
Fixes https://github.com/webrecorder/browsertrix-cloud/issues/1438
This commit is contained in:
		
							parent
							
								
									bd59c12b83
								
							
						
					
					
						commit
						7e4650ed61
					
				| @ -165,7 +165,7 @@ export class Org extends LiteElement { | |||||||
|       this.onExecutionMinutesQuotaUpdate |       this.onExecutionMinutesQuotaUpdate | ||||||
|     ); |     ); | ||||||
|     this.removeEventListener("storage-quota-update", this.onStorageQuotaUpdate); |     this.removeEventListener("storage-quota-update", this.onStorageQuotaUpdate); | ||||||
|     this.disconnectedCallback(); |     super.disconnectedCallback(); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   async willUpdate(changedProperties: Map<string, any>) { |   async willUpdate(changedProperties: Map<string, any>) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user