File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 123123 "totalSpent" : " Totale della spesa" ,
124124 "iban" : " IBAN"
125125 },
126- "initiativeOverview" : {
126+ "initiativeOverview" : {
127127 "subtitle" : " Tieni sotto controllo tutte le tue attività da qui." ,
128128 "title" : " Panoramica" ,
129129 "information" : " Informazioni" ,
244244 "uploadError" : " Errore durante il caricamento dei punti vendita" ,
245245 "uploadSuccess" : " Punti vendita caricati con successo"
246246 }
247- }
247+ }
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const InitiativeStoresUpload: React.FC = () => {
102102 } ) ;
103103 // history.push(`${BASE_ROUTE}/${id}/${ROUTES.SIDE_MENU_STORES}`);
104104 history . push ( generatePath ( ROUTES . STORES , { id } ) ) ;
105-
105+
106106 setShowErrorAlert ( true ) ;
107107 }
108108 }
You can’t perform that action at this time.
0 commit comments