Skip to content

Commit

Permalink
Merge pull request #3 from oqtane/dev
Browse files Browse the repository at this point in the history
WebAssembly startup issue
  • Loading branch information
leigh-pointer authored Feb 15, 2021
2 parents a47aa28 + dfa74f7 commit 4b3c488
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Oqtane.Client/Themes/Controls/ControlPanel.razor
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
public bool ShowLanguageSwitcher { get; set; } = true;


protected override async Task OnInitializedAsync()
protected override async Task OnParametersSetAsync()
{
if (UserSecurity.IsAuthorized(PageState.User, PermissionNames.Edit, PageState.Page.Permissions))
{
Expand Down
1 change: 0 additions & 1 deletion Oqtane.Server/Oqtane.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>7.3</LangVersion>
<Configurations>Debug;Release</Configurations>
<Version>2.0.0</Version>
<Product>Oqtane</Product>
Expand Down

0 comments on commit 4b3c488

Please sign in to comment.