Compare commits
2 Commits
3053b62fa5
...
2ec208e25a
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ec208e25a | |||
|
|
17484d7b5f |
@@ -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