Skip to content

Commit

Permalink
GoogleMap UpdateMap() fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Nov 6, 2024
1 parent bf7d99c commit 7312b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radzen.Blazor/RadzenGoogleMap.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async Task UpdateMap()
{
if (!firstRender)
{
await JSRuntime.InvokeVoidAsync("Radzen.updateMap", UniqueID, Zoom, Center);
await JSRuntime.InvokeVoidAsync("Radzen.updateMap", UniqueID, ApiKey, Zoom, Center);
}
}

Expand Down

0 comments on commit 7312b28

Please sign in to comment.