feat: [code-1195]: add changes for new hook from ngui (#882)

This commit is contained in:
Calvin Lee 2023-12-08 22:22:14 +00:00 committed by Harness
parent 5aec7bf37f
commit bf9e579316
2 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,7 @@ export interface AppProps {
useGetToken: Unknown
usePermissionTranslate: Unknown
useGenerateToken: Unknown
useExecutionDataHook: Unknown
}>
currentUser: Required<TypesUser>

View File

@ -33,7 +33,8 @@ ReactDOM.render(
standalone
routes={routes}
hooks={{
usePermissionTranslate: noop
usePermissionTranslate: noop,
useExecutionDataHook: noop
}}
currentUser={defaultCurrentUser}
currentUserProfileURL=""