diff --git a/web/src/AppProps.ts b/web/src/AppProps.ts index 65d4d02f0..7ebd1f71d 100644 --- a/web/src/AppProps.ts +++ b/web/src/AppProps.ts @@ -63,6 +63,7 @@ export interface AppProps { useGetToken: Unknown usePermissionTranslate: Unknown useGenerateToken: Unknown + useExecutionDataHook: Unknown }> currentUser: Required diff --git a/web/src/bootstrap.tsx b/web/src/bootstrap.tsx index 5acc0fd3f..b6ff2b187 100644 --- a/web/src/bootstrap.tsx +++ b/web/src/bootstrap.tsx @@ -33,7 +33,8 @@ ReactDOM.render( standalone routes={routes} hooks={{ - usePermissionTranslate: noop + usePermissionTranslate: noop, + useExecutionDataHook: noop }} currentUser={defaultCurrentUser} currentUserProfileURL=""