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