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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user