Skip to content

Commit 9429db0

Browse files
authored
fix merge conflict
1 parent 606d92e commit 9429db0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

StabilityMatrix.Avalonia/ViewModels/CheckpointsPageViewModel.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,9 @@ public partial class CheckpointsPageViewModel(
5959
INotificationService notificationService,
6060
IMetadataImportService metadataImportService,
6161
IModelImportService modelImportService,
62-
<<<<<<< HEAD
63-
ServiceManager<ViewModelBase> dialogFactory
64-
=======
6562
OpenModelDbManager openModelDbManager,
6663
ServiceManager<ViewModelBase> dialogFactory,
6764
ICivitBaseModelTypeService baseModelTypeService
68-
>>>>>>> ef7bc395 (Merge pull request #946 from ionite34/fix-checkpoint-filters)
6965
) : PageViewModelBase
7066
{
7167
public override string Title => Resources.Label_CheckpointManager;

0 commit comments

Comments
 (0)