This commit is contained in:
Manav Rathi 2024-05-25 06:21:02 +05:30
parent 34effef810
commit ce3ab55069
No known key found for this signature in database

View file

@ -102,7 +102,8 @@ export default function Generate({ appContext, appName }: PageProps) {
setRecoveryModalView(false); setRecoveryModalView(false);
router.push(APP_HOMES.get(appName)); router.push(APP_HOMES.get(appName));
}} }}
somethingWentWrong={() => null} /* TODO: Why is this error being ignored */
somethingWentWrong={() => {}}
/> />
) : ( ) : (
<VerticallyCentered> <VerticallyCentered>