remove unused Action form field
This commit is contained in:
parent
ead9f0b3c6
commit
8b803faf72
@ -262,9 +262,6 @@
|
|||||||
[Parameter]
|
[Parameter]
|
||||||
public string LanguageDropdownAlignment { get; set; } = string.Empty; // Empty or Left or Right
|
public string LanguageDropdownAlignment { get; set; } = string.Empty; // Empty or Left or Right
|
||||||
|
|
||||||
[SupplyParameterFromForm(FormName = "ControlPanelForm")]
|
|
||||||
public string action { get; set; }
|
|
||||||
|
|
||||||
private bool _canViewAdminDashboard = false;
|
private bool _canViewAdminDashboard = false;
|
||||||
private bool _showEditMode = false;
|
private bool _showEditMode = false;
|
||||||
private bool _deleteConfirmation = false;
|
private bool _deleteConfirmation = false;
|
||||||
|
Reference in New Issue
Block a user