Skip to content

Commit eb4d2ac

Browse files
committed
Update sync status type with new name
1 parent bc22d3c commit eb4d2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Creation/ProductsSection/AddProductVariationToOrderViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class AddProductVariationToOrderViewModel: AddProductToOrderViewModelProto
3434

3535
/// Current sync status; used to determine what list view to display.
3636
///
37-
@Published private(set) var syncStatus: SyncStatus?
37+
@Published private(set) var syncStatus: AddProductToOrderSyncStatus?
3838

3939
/// SyncCoordinator: Keeps tracks of which pages have been refreshed, and encapsulates the "What should we sync now" logic.
4040
///

0 commit comments

Comments
 (0)