Skip to content

Commit caa5c7c

Browse files
984376: Updated barcode example
1 parent 01e30cc commit caa5c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Barcode/Client/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
builder.RootComponents.Add<HeadOutlet>("head::after");
99

1010
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) });
11-
builder.Services.AddSyncfusionBlazor(options => { });
11+
builder.Services.AddSyncfusionBlazor();
1212
await builder.Build().RunAsync();

0 commit comments

Comments
 (0)