Skip to content

Commit

Permalink
chore: update use-app-loader to fit new app loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Oct 3, 2024
1 parent 0cbfd8d commit 663b0aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/packages/core/src/app/hooks/use-app-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ export const useAppLoader = (appKey: string) => {
environment: {
appKey,
env: getFusionLegacyEnvIdentifier(),
client: getLegacyClientConfig(),

loadingText: 'Loading',
endpoints: {
client: getLegacyClientConfig(),
},
},
},
},
Expand Down

0 comments on commit 663b0aa

Please sign in to comment.