瀏覽代碼

update

master
cyril.tsui 1 年之前
父節點
當前提交
35e690a6d5
共有 2 個文件被更改,包括 2 次插入0 次删除
  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 查看文件

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


+ 1
- 0
src/pages/authentication/auth-forms/UploadFileTable.js 查看文件

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


Loading…
取消
儲存