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
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:
@@ -437,8 +437,7 @@ function App() {
|
||||
navigateToScreen('Documents', { source: 'quick-action' });
|
||||
break;
|
||||
case 'add-maintenance':
|
||||
// Navigate to maintenance or open form (future implementation)
|
||||
navigateToScreen('Vehicles', { source: 'quick-action' });
|
||||
navigateToScreen('Maintenance', { source: 'quick-action' });
|
||||
break;
|
||||
}
|
||||
}, [navigateToScreen, navigateToVehicleSubScreen]);
|
||||
|
||||
Reference in New Issue
Block a user