Fix for #3374 Backward compatability
Fixes the issue in the Language selector.
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
@code{
|
||||
private IEnumerable<Culture> _supportedCultures;
|
||||
[Parameter]
|
||||
public string DropdownAlignment { get; set; } // Empty or Left or Right
|
||||
public string DropdownAlignment { get; set; } = string.Empty; // Empty or Left or Right
|
||||
private string MenuAlignment = string.Empty;
|
||||
|
||||
protected override void OnParametersSet()
|
||||
|
Reference in New Issue
Block a user