We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606d92e commit 9429db0Copy full SHA for 9429db0
StabilityMatrix.Avalonia/ViewModels/CheckpointsPageViewModel.cs
@@ -59,13 +59,9 @@ public partial class CheckpointsPageViewModel(
59
INotificationService notificationService,
60
IMetadataImportService metadataImportService,
61
IModelImportService modelImportService,
62
-<<<<<<< HEAD
63
- ServiceManager<ViewModelBase> dialogFactory
64
-=======
65
OpenModelDbManager openModelDbManager,
66
ServiceManager<ViewModelBase> dialogFactory,
67
ICivitBaseModelTypeService baseModelTypeService
68
->>>>>>> ef7bc395 (Merge pull request #946 from ionite34/fix-checkpoint-filters)
69
) : PageViewModelBase
70
{
71
public override string Title => Resources.Label_CheckpointManager;
0 commit comments