From 935983c02a62e57459047d8912db9aa1bb976d5e Mon Sep 17 00:00:00 2001 From: sbwalker Date: Wed, 22 Jan 2025 07:43:23 -0500 Subject: [PATCH] remove GetButtonSize method --- Oqtane.Client/Modules/Controls/ActionDialog.razor | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Oqtane.Client/Modules/Controls/ActionDialog.razor b/Oqtane.Client/Modules/Controls/ActionDialog.razor index 09e93225..83948efe 100644 --- a/Oqtane.Client/Modules/Controls/ActionDialog.razor +++ b/Oqtane.Client/Modules/Controls/ActionDialog.razor @@ -223,15 +223,6 @@ else _visible = (PageState.QueryString["dialog"] == Id); } } - /// - /// Checks the Class that is used for the Action Button, if it is small make the Cancel Button small as well. - /// - /// - /// - private string GetButtonSize() - { - return Class.Contains("btn-sm", StringComparison.OrdinalIgnoreCase) ? "btn-sm" : string.Empty; - } private bool IsAuthorized() {