tsc
This commit is contained in:
parent
34effef810
commit
ce3ab55069
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ export default function Generate({ appContext, appName }: PageProps) {
|
|||
setRecoveryModalView(false);
|
||||
router.push(APP_HOMES.get(appName));
|
||||
}}
|
||||
somethingWentWrong={() => null}
|
||||
/* TODO: Why is this error being ignored */
|
||||
somethingWentWrong={() => {}}
|
||||
/>
|
||||
) : (
|
||||
<VerticallyCentered>
|
||||
|
|
Loading…
Add table
Reference in a new issue