Commit 72512592 authored by sunko's avatar sunko
Browse files

fix: when switching warehouse products weren't showing now they do

parent 50355045
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,6 @@ export class ProductsPage implements OnInit, OnDestroy {
		} else {
			this.areProductsLoaded = true;
		}

		this.$areProductsLoaded.emit();
	}

@@ -397,5 +396,6 @@ export class ProductsPage implements OnInit, OnDestroy {
				.pipe(first())
				.toPromise();
		}
		this.loadProducts();
	}
}