1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

fix trash table bug (#7399)

This commit is contained in:
Michael An
2025-01-21 11:30:27 +08:00
committed by GitHub
parent 798384a638
commit 9900ffc43a

View File

@@ -12,7 +12,7 @@ const Table = ({ repoID, renderFolder, data }) => {
{ isFixed: false, width: 0.4, children: gettext('Original path') },
{ isFixed: false, width: 0.12, children: gettext('Delete Time') },
{ isFixed: false, width: 0.13, children: gettext('Size') },
{ isFixed: false, width: 0.1, children: gettext('Size') },
{ isFixed: false, width: 0.1, children: '' },
], []);
const { items, showFolder, commitID, baseDir, folderPath, folderItems } = data;