fix: update downgrade navigation parameter

This commit is contained in:
Adam Shiervani 2025-11-20 17:24:30 +01:00
parent 641b03199e
commit d5ebcda128
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ Please attach the recovery logs file that was downloaded to your computer:
}; };
const handleDowngrade = () => { const handleDowngrade = () => {
navigateTo(`/settings/general/update?app=${DOWNGRADE_VERSION}`); navigateTo(`/settings/general/update?custom_app_version=${DOWNGRADE_VERSION}`);
}; };
return ( return (