Skip to content

Commit

Permalink
refactor: setting sortDirections on imageList
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Aug 27, 2024
1 parent f23ed3a commit 75b09a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/src/components/ImageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ const ImageList: React.FC<{ style?: React.CSSProperties }> = ({ style }) => {
},
})}
showSorterTooltip={false}
sortDirections={['descend', 'ascend', 'descend']}
/>
</Flex>
<ManageImageResourceLimitModal
Expand Down

0 comments on commit 75b09a7

Please sign in to comment.