Skip to content

Commit f462421

Browse files
committed
fix CreateServiceGroupsConfiguration
1 parent e0e0d7a commit f462421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SmartMove/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ private void VendorSelector_OnSelectionChanged(object sender, SelectionChangedEv
314314
SkipUnusedObjects.Visibility = Visibility.Collapsed;
315315
ConvertUserConfiguration = false;
316316
//Create service groups option
317-
CreateServiceGroupsConfiguration = false;
317+
CreateServiceGroupsConfiguration = true;
318318

319319

320320
switch (_supportedVendors.SelectedVendor)

0 commit comments

Comments
 (0)