Skip to content

Commit

Permalink
fix(dcellar-web-ui): uploadingObjectList name row text ellipsis error
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed May 10, 2024
1 parent e87f441 commit 36246dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const UploadingObjectsList = ({ data }: { data: UploadObject[] }) => {
size={record.waitObject.size}
msg={record.msg}
status={record.status}
w={234}
task={record}
/>
);
Expand Down

0 comments on commit 36246dd

Please sign in to comment.