Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Sep 23, 2023
1 parent 5747d5f commit fdc80c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions blazorbootstrap/Components/Dropdown/Dropdown.razor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Drawing;

namespace BlazorBootstrap;
namespace BlazorBootstrap;

public partial class Dropdown
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<button @ref="@ElementRef"
@attributes="@Attributes"
class="@ClassNames"
id="@ElementId"
disabled="@Disabled"
id="@ElementId"
style="@StyleNames">
@ChildContent
</button>
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<button @ref="@ElementRef"
@attributes="@Attributes"
class="@ClassNames"
id="@ElementId"
disabled="@Disabled"
id="@ElementId"
style="@StyleNames">
@ChildContent
</button>

0 comments on commit fdc80c9

Please sign in to comment.