feat: [code-1195]: add props for new hook (#894)

This commit is contained in:
Calvin Lee 2023-12-09 23:21:04 +00:00 committed by Harness
parent 7e70ebd5f1
commit 4d550a78bd
2 changed files with 3 additions and 1 deletions

View File

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

View File

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