remove GetButtonSize method

This commit is contained in:
sbwalker 2025-01-22 07:43:23 -05:00
parent bd54ce5017
commit 935983c02a

View File

@ -223,15 +223,6 @@ else
_visible = (PageState.QueryString["dialog"] == Id);
}
}
/// <summary>
/// Checks the Class that is used for the Action Button, if it is small make the Cancel Button small as well.
/// </summary>
/// <param name="Class"></param>
/// <returns></returns>
private string GetButtonSize()
{
return Class.Contains("btn-sm", StringComparison.OrdinalIgnoreCase) ? "btn-sm" : string.Empty;
}
private bool IsAuthorized()
{