chore: fix ts
This commit is contained in:
@@ -93,7 +93,7 @@ export default function OrdersScreen() {
|
||||
const csv = await exportApprovedCommandsCSV();
|
||||
await Share.share({ message: csv, title: "Commandes approuvées" });
|
||||
} catch {
|
||||
showError("Erreur lors de l'export CSV");
|
||||
showError("Erreur", "Impossible d'exporter le CSV");
|
||||
} finally {
|
||||
setExporting(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user