fix: FAB maintenance navigation (#13) #14
@@ -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]);
|
||||||
|
|||||||
Reference in New Issue
Block a user