Skip to content

Commit e1624f0

Browse files
darl2ngduong-mar
andauthored
Update blazorbootstrap/Components/Collapse/Collapse.razor.cs
Co-authored-by: duong-mar <[email protected]>
1 parent 475cc2b commit e1624f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazorbootstrap/Components/Collapse/Collapse.razor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected override async Task OnInitializedAsync()
5656
public async Task bsShowCollapse(string collapseId) => await OnShowing.InvokeAsync(collapseId);
5757

5858
[JSInvokable]
59-
public async Task bsShownCollapse(string test) => await OnShown.InvokeAsync(test);
59+
public async Task bsShownCollapse(string collapseId) => await OnShown.InvokeAsync(collapseId);
6060

6161
/// <summary>
6262
/// Hides a collapsible element.

0 commit comments

Comments
 (0)