Explorar el Código

update

master
cyril.tsui hace 2 años
padre
commit
35e690a6d5
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. +1
    -0
      src/pages/authentication/auth-forms/PreviewUploadFileTable.js
  2. +1
    -0
      src/pages/authentication/auth-forms/UploadFileTable.js

+ 1
- 0
src/pages/authentication/auth-forms/PreviewUploadFileTable.js Ver fichero

@@ -104,6 +104,7 @@ export default function PreviewUploadFileTable({ recordList, }) {
disableColumnMenu disableColumnMenu
disableColumnSelector disableColumnSelector
hideFooter hideFooter
getRowHeight={()=>"auto"}
/> />
</Box> </Box>
); );


+ 1
- 0
src/pages/authentication/auth-forms/UploadFileTable.js Ver fichero

@@ -106,6 +106,7 @@ export default function UploadFileTable({ recordList, setUpdateRows, }) {
disableColumnMenu disableColumnMenu
disableColumnSelector disableColumnSelector
hideFooter hideFooter
getRowHeight={()=>"auto"}
/> />
</Box> </Box>
); );


Cargando…
Cancelar
Guardar