Skip to content

Commit

Permalink
Merge pull request #1701 from leigh-pointer/1690-1
Browse files Browse the repository at this point in the history
1690 User Management Tab needs clicking to render UI when language is not default.
  • Loading branch information
sbwalker authored Oct 1, 2021
2 parents 8e6c73d + 2fe93d4 commit 838d918
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Oqtane.Client/Modules/Controls/TabPanel.razor
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ else

if (string.IsNullOrEmpty(Heading))
{
Name = Localize(nameof(Name), Name);
}
else
{
Heading = Localize(nameof(Heading), Heading);
Heading = Localize(nameof(Name), Name);
}
}

Expand Down

0 comments on commit 838d918

Please sign in to comment.