File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WooCommerce/Classes/ViewRelated/Orders/Order Details/Address Edit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,13 @@ struct EditAddressForm: View {
136136 . disabled ( !viewModel. isDoneButtonEnabled) )
137137
138138 // Go to edit country
139- NavigationLink ( destination: FilterListSelector ( viewModel: viewModel. createCountryViewModel ( ) ) , isActive: $showCountrySelector) {
139+ LazyNavigationLink ( destination: FilterListSelector ( viewModel: viewModel. createCountryViewModel ( ) ) , isActive: $showCountrySelector) {
140140 EmptyView ( )
141141 }
142142
143143 // Go to edit state
144144 // TODO: Move `StateSelectorViewModel` creation to the VM when it exists.
145- NavigationLink ( destination: FilterListSelector ( viewModel: StateSelectorViewModel ( ) ) , isActive: $showStateSelector) {
145+ LazyNavigationLink ( destination: FilterListSelector ( viewModel: StateSelectorViewModel ( ) ) , isActive: $showStateSelector) {
146146 EmptyView ( )
147147 }
148148 }
You can’t perform that action at this time.
0 commit comments