Fix for #3374 Backward compatability
Fixes the issue in the Language selector.
This commit is contained in:
@ -255,7 +255,7 @@
|
||||
public bool ShowLanguageSwitcher { get; set; } = true;
|
||||
|
||||
[Parameter]
|
||||
public string LanguageDropdownAlignment { get; set; } // Empty or Left or Right
|
||||
public string LanguageDropdownAlignment { get; set; } = string.Empty; // Empty or Left or Right
|
||||
|
||||
private bool _canViewAdminDashboard = false;
|
||||
private bool _showEditMode = false;
|
||||
|
Reference in New Issue
Block a user