Skip to content

Commit

Permalink
Fix StoreInitializer
Browse files Browse the repository at this point in the history
We should be able to revert this once mrpmorris/Fluxor#459 is fixed.

More context: mrpmorris/Fluxor#481.
  • Loading branch information
dennisreimann committed Jun 3, 2024
1 parent 7f82c5b commit 19a6dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BTCPayApp.UI/App.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@using BTCPayApp.Core
@using BTCPayApp.Core
@using BTCPayApp.Core.Auth
@using BTCPayApp.UI.Features
@using BTCPayApp.UI.Pages
Expand All @@ -12,7 +12,7 @@
@inject ILogger<App> Logger

<PageTitle>BTCPay Server</PageTitle>
<Fluxor.Blazor.Web.StoreInitializer/>
<Fluxor.Blazor.Web.StoreInitializer @rendermode="new InteractiveAutoRenderMode()" />
<CascadingAuthenticationState>
<AuthorizeView>
<Authorized>
Expand Down

0 comments on commit 19a6dca

Please sign in to comment.