2 Commits

Author SHA1 Message Date
83c757db6d Merge branch 'master' of ssh://gitea.communiquons.org:52001/pierre/GeneIT
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-25 14:44:18 +02:00
fb0a9d8287 Remove success and error banners when attempting a new import 2023-08-25 14:44:14 +02:00

View File

@@ -193,6 +193,9 @@ function FamilyExportCard(): React.ReactElement {
});
if (file === null) return;
setError(undefined);
setSuccess(undefined);
loading.show("Restauration des données de la famille en cours...");
await DataApi.ImportData(family.familyId, file);