Skip to content

Commit

Permalink
Merge pull request #104 from irihitech/issue/102
Browse files Browse the repository at this point in the history
Fix drawer service in Prism extension.
  • Loading branch information
rabbitism authored Feb 9, 2024
2 parents 56ce434 + 349d9f1 commit 8f20e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ursa.PrismExtension/UrsaDialogServiceExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static void RegisterUrsaDialogService(this IContainerRegistry containerRe
{
containerRegistry.RegisterSingleton<IUrsaDialogService, UrsaDialogService>();
containerRegistry.RegisterSingleton<IUrsaOverlayDialogService, UrsaOverlayDialogService>();
containerRegistry.RegisterSingleton<IUrsaDialogService, UrsaDialogService>();
containerRegistry.RegisterSingleton<IUrsaDrawerService, UrsaDrawerService>();
}

public static void RegisterUrsaDialogView<T>(this IContainerRegistry containerRegistry, string name) where T : Control
Expand Down

0 comments on commit 8f20e82

Please sign in to comment.