Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ffeaae8

Browse files
Remove Bootstrap version from DevExpress options
1 parent 19c3569 commit ffeaae8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎CS/Program.cs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
builder.Services.AddRazorPages();
1111
builder.Services.AddServerSideBlazor();
1212
builder.Services.AddDevExpressBlazor(options => {
13-
options.BootstrapVersion = DevExpress.Blazor.BootstrapVersion.v5;
1413
options.SizeMode = DevExpress.Blazor.SizeMode.Medium;
1514
});
1615
builder.Services.AddDbContextFactory<NorthwindContext>((sp, options) => {
@@ -40,4 +39,4 @@
4039
app.MapBlazorHub();
4140
app.MapFallbackToPage("/_Host");
4241

43-
app.Run();
42+
app.Run();

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /