Explorar el Código

update

master
cyril.tsui hace 1 año
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
disableColumnSelector
hideFooter
getRowHeight={()=>"auto"}
/>
</Box>
);


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

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


Cargando…
Cancelar
Guardar