Skip to content

Commit 7a38e1c

Browse files
committed
Little tipo on sriptPath fixed.
1 parent cd7431c commit 7a38e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BlazorFluentUI.CoreComponents/MarqueeSelection/MarqueeSelection.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected override async Task OnParametersSetAsync()
6161
protected override async Task OnAfterRenderAsync(bool firstRender)
6262
{
6363
if (scriptModule == null)
64-
scriptModule = await JSRuntime!.InvokeAsync<IJSObjectReference>("import", scriptPath);
64+
scriptModule = await JSRuntime!.InvokeAsync<IJSObjectReference>("import", ScriptPath);
6565

6666
if (firstRender)
6767
{

0 commit comments

Comments
 (0)