Skip to content

Commit

Permalink
hide preview
Browse files Browse the repository at this point in the history
  • Loading branch information
trueai-org committed Aug 11, 2024
1 parent f387c85 commit d5db10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Task/List/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const List: React.FC = () => {
dataIndex: 'imageUrl',
width: 80,
align: 'center',
hideInSearch: true,
render: (text, record, index) => {
return (
<Image.PreviewGroup items={record.images || []}>
Expand Down

0 comments on commit d5db10f

Please sign in to comment.