remove unused Action form field

This commit is contained in:
sbwalker 2024-02-12 15:45:35 -05:00
parent ead9f0b3c6
commit 8b803faf72

View File

@ -262,9 +262,6 @@
[Parameter]
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 _showEditMode = false;
private bool _deleteConfirmation = false;