Skip to content

Commit 09ad06f

Browse files
Update src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts
Co-authored-by: Copilot <[email protected]>
1 parent 1aee7a9 commit 09ad06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function prepareRuntimeConfig(options: Partial<WebAssemblyStartOptions>, onConfi
154154
}
155155

156156
Blazor._internal.getApplicationEnvironment = () => loadedConfig.applicationEnvironment!;
157-
Blazor._internal.getApplicationCulture = () => loadedConfig.applicationCulture!;
157+
Blazor._internal.getApplicationCulture = () => loadedConfig.applicationCulture!;
158158

159159
onConfigLoadedCallback?.(loadedConfig);
160160

0 commit comments

Comments
 (0)