We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75a20c commit a424cb1Copy full SHA for a424cb1
WooCommerce/Classes/ViewRelated/Products/Edit Product/ProductFormViewController.swift
@@ -122,9 +122,7 @@ final class ProductFormViewController<ViewModel: ProductFormViewModelProtocol>:
122
self.displayErrorAlert(title: title, message: message)
123
}
124
125
- if productImageStatuses.hasPendingUpload {
126
- self.onImageStatusesUpdated(statuses: productImageStatuses)
127
- }
+ self.onImageStatusesUpdated(statuses: productImageStatuses)
128
129
self.viewModel.updateImages(productImageStatuses.images)
130
0 commit comments