Skip to content

Commit

Permalink
🐛 fix: On web, language error in inserted document during version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Core committed Apr 17, 2024
1 parent 8d7d6f6 commit 4164844
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,8 +22,8 @@ protected override async Task OnInitializedAsync()
{
await base.OnInitializedAsync();

await InitVersionUpdateAsync();
await InitSettingsAsync();
await InitVersionUpdateAsync();
}

protected override void OnDispose()
Expand Down

0 comments on commit 4164844

Please sign in to comment.