Skip to content

Commit 50919d7

Browse files
Revert change that showed detail view by default.
1 parent 44a0ec8 commit 50919d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Split Shipments/WooShippingSplitShipmentsRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import SwiftUI
22
import Yosemite
33

44
struct WooShippingSplitShipmentsRow: View {
5-
@State private var isShowingDetailView = true
5+
@State private var isShowingDetailView = false
66

77
let viewModel: WooShippingSplitShipmentsViewModel
88

0 commit comments

Comments
 (0)