Browse Source

update

master
cyril.tsui 1 year ago
parent
commit
35e690a6d5
2 changed files with 2 additions and 0 deletions
  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 View File

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


+ 1
- 0
src/pages/authentication/auth-forms/UploadFileTable.js View File

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


Loading…
Cancel
Save