Skip to content

Commit

Permalink
fix trash table bug (#7399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael18811380328 authored Jan 21, 2025
1 parent 798384a commit 9900ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/dialog/trash-dialog/table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9900ffc

Please sign in to comment.