Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix remove blazored modal references
Browse files Browse the repository at this point in the history
GuillaumeM-2ISA authored and hocinehacherouf committed Feb 6, 2023
1 parent a298469 commit 75b5284
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AzureIoTHub.Portal.Client/Program.cs
Original file line number Diff line number Diff line change
@@ -59,7 +59,6 @@
_ = builder.Services.AddFileReaderService(o => o.UseWasmSharedBuffer = true);

_ = builder.Services.AddBlazoredLocalStorage();
_ = builder.Services.AddBlazoredModal();
_ = builder.Services.AddMudServices(config =>
{
config.SnackbarConfiguration.PositionClass = Defaults.Classes.Position.BottomLeft;

0 comments on commit 75b5284

Please sign in to comment.