Skip to content

Commit

Permalink
fix(blazorui): resolve issues of BitProgressIndicator sample code #7004
Browse files Browse the repository at this point in the history
… (#7005)
  • Loading branch information
mhrastegari authored Feb 28, 2024
1 parent 3466259 commit 143ca17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Bars moving backwards reduce confidence in the service."
Description="@Description"
PercentComplete="@CompletedPercent"
BarHeight="50" />
<div>
<BitButton OnClick="StartProgress">Start Progress</BitButton>
</div>
<br />
<BitButton OnClick="StartProgress">Start Progress</BitButton>
</ExamplePreview>
</ComponentExampleBox>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public partial class BitProgressIndicatorDemo
PercentComplete=""@CompletedPercent""
BarHeight=""50"" />
<BitProgressIndicator OnClick=""StartProgress"">Start Progress</BitProgressIndicator>";
<BitButton OnClick=""StartProgress"">Start Progress</BitButton>";
private readonly string example1CsharpCode = @"
private int CompletedPercent;
private string Description = ""Push button to start!"";
Expand Down

0 comments on commit 143ca17

Please sign in to comment.