Skip to content

Commit c4d8bc3

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

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
@@ -47,7 +47,7 @@ protected override async Task OnInitializedAsync()
4747
}
4848

4949
[JSInvokable]
50-
public async Task bsHiddenCollapse(string test) => await OnHidden.InvokeAsync(test);
50+
public async Task bsHiddenCollapse(string collapseId) => await OnHidden.InvokeAsync(collapseId);
5151

5252
[JSInvokable]
5353
public async Task bsHideCollapse(string test) => await OnHiding.InvokeAsync(test);

0 commit comments

Comments
 (0)