Skip to content

Commit

Permalink
Update component
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Oct 20, 2023
1 parent 6308044 commit 904f70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
</div>
</div>

@* <div class="row">
<div class="row">
<div class="mb-3">
<div id="progressBar" hidden="@SummaryCompleted"></div>
</div>
</div> *@
</div>

<div class="row">
<div class="mb-3">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected async Task CompleteAsync(MouseEventArgs ev)

this.Summary = default;
this.SummaryCompleted = false;
// await this.JSR.InvokeVoidAsync("YouTube.RenderProgressBar");
await this.JSR.InvokeVoidAsync("YouTube.RenderProgressBar");
//await this.ProgressBar.RenderAsync();

var request = new SummariseRequestModel
Expand Down

0 comments on commit 904f70c

Please sign in to comment.