Skip to content

Commit 475cc2b

Browse files
darl2ngduong-mar
andauthored
Update blazorbootstrap/Components/Collapse/Collapse.razor.cs
Co-authored-by: duong-mar <duong@marius-renov.fr>
1 parent ccee112 commit 475cc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazorbootstrap/Components/Collapse/Collapse.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected override async Task OnInitializedAsync()
5353
public async Task bsHideCollapse(string collapseId) => await OnHiding.InvokeAsync(collapseId);
5454

5555
[JSInvokable]
56-
public async Task bsShowCollapse(string test) => await OnShowing.InvokeAsync(test);
56+
public async Task bsShowCollapse(string collapseId) => await OnShowing.InvokeAsync(collapseId);
5757

5858
[JSInvokable]
5959
public async Task bsShownCollapse(string test) => await OnShown.InvokeAsync(test);

0 commit comments

Comments
 (0)