mirror of
https://github.com/Stefan-5422/-T5-Elektrifikatsiya.git
synced 2026-09-10 15:46:03 +02:00
Fix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Blazorise;
|
||||
using Blazorise.Bootstrap;
|
||||
using Blazorise.Icons.Material;
|
||||
using Blazorise.Material;
|
||||
|
||||
@@ -41,4 +42,10 @@ void AddBlazorise(IServiceCollection services)
|
||||
_ = services
|
||||
.AddMaterialProviders()
|
||||
.AddMaterialIcons();
|
||||
}
|
||||
}
|
||||
builder.Services
|
||||
.AddBlazorise(options =>
|
||||
{
|
||||
options.Immediate = true;
|
||||
})
|
||||
.AddBootstrapProviders();
|
||||
Reference in New Issue
Block a user