MS-123 /Implement export of users and products
3 fils de conversation non résolus
3 fils de conversation non résolus
Closes MS-123
Rapports de requête de fusion
Activité
Filtrer l'activité
assigned to @chaimaa.hassoune
177 startIcon={isDownloading ? <CircularProgress size={20} color="inherit" /> : null} 178 > 179 {isDownloading ? "Téléchargement..." : "Télécharger"} 180 </Button> 181 </TableCell> 182 </TableRow> 183 </> 184 ); 185 } 186 187 const ListItemText = ({ primary, secondary, primaryTypographyProps, secondaryTypographyProps }: any) => ( 188 <Stack spacing={0.5}> 189 <Box component="span" sx={{ ...primaryTypographyProps }}> 190 {primary} 191 </Box> 192 {secondary && ( changed this line in version 2 of the diff
184 : tab.value === ExportFilesStatus.FAILED 185 ? "error" 186 : "default" 187 } 188 > 189 {tab.value === "" ? totalExports : c} 190 </Label> 191 } 192 /> 193 ); 194 })} 195 </Tabs> 196 197 <StockProcutExportTableToolbar filters={filters} onFilters={handleFilters} /> 198 199 {canReset && ( 177 startIcon={isDownloading ? <CircularProgress size={20} color="inherit" /> : null} 178 > 179 {isDownloading ? "Téléchargement..." : "Télécharger"} 180 </Button> 181 </TableCell> 182 </TableRow> 183 </> 184 ); 185 } 186 187 const ListItemText = ({ primary, secondary, primaryTypographyProps, secondaryTypographyProps }: any) => ( 188 <Stack spacing={0.5}> 189 <Box component="span" sx={{ ...primaryTypographyProps }}> 190 {primary} 191 </Box> 192 {secondary && ( changed this line in version 2 of the diff
mentioned in commit b23ed155
Veuillez vous inscrire ou vous connecter pour répondre