+
}
@if (IconTemplate != null)
{
- @IconTemplate(_context)
+
+ @IconTemplate(_context)
+
}
@if (ButtonTemplate != null)
diff --git a/src/BootstrapBlazor/Components/Search/Search.razor.cs b/src/BootstrapBlazor/Components/Search/Search.razor.cs
index 1dbcd19d6af..541d0bcecfb 100644
--- a/src/BootstrapBlazor/Components/Search/Search.razor.cs
+++ b/src/BootstrapBlazor/Components/Search/Search.razor.cs
@@ -18,18 +18,6 @@ public partial class Search