Skip to content

Commit 0e8bae1

Browse files
committed
Make currentPrice private
1 parent ab71a38 commit 0e8bae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/PriceInputViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class PriceInputViewModel {
1212

1313
/// This holds the latest entered price. It is used to perform validations when the user taps the apply button
1414
/// and for creating a products array with the new price for the bulk update Action
15-
private(set) var currentPrice: String = ""
15+
private var currentPrice: String = ""
1616

1717
private let productListViewModel: ProductListViewModel
1818

0 commit comments

Comments
 (0)