Merge pull request 'fix: FAB maintenance navigation (#13)' (#14) from issue-13-fab-maintenance-nav into main
All checks were successful
Deploy to Staging / Build Images (push) Successful in 22s
Deploy to Staging / Deploy to Staging (push) Successful in 28s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-01-04 04:46:18 +00:00

View File

@@ -437,8 +437,7 @@ function App() {
navigateToScreen('Documents', { source: 'quick-action' }); navigateToScreen('Documents', { source: 'quick-action' });
break; break;
case 'add-maintenance': case 'add-maintenance':
// Navigate to maintenance or open form (future implementation) navigateToScreen('Maintenance', { source: 'quick-action' });
navigateToScreen('Vehicles', { source: 'quick-action' });
break; break;
} }
}, [navigateToScreen, navigateToVehicleSubScreen]); }, [navigateToScreen, navigateToVehicleSubScreen]);