Skip to content

Commit

Permalink
fix: [M3-9060] - Object Storage endpoint_type sorting (#11472)
Browse files Browse the repository at this point in the history
* fix: [M3-9060] - Object Storage  sorting

* Add changeset

---------

Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
  • Loading branch information
jaalah-akamai and jaalah authored Jan 7, 2025
1 parent a0e531d commit 5787534
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-11472-fixed-1736174726210.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Object Storage `endpoint_type` sorting ([#11472](https://github.com/linode/manager/pull/11472))
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ export const BucketTable = (props: Props) => {
{isEndpointTypeAvailable && (
<Hidden lgDown>
<TableSortCell
active={orderBy === 'endpointType'}
active={orderBy === 'endpoint_type'}
data-qa-created
direction={order}
handleClick={handleOrderChange}
label="endpointType"
label="endpoint_type"
>
Endpoint Type
</TableSortCell>
Expand Down

0 comments on commit 5787534

Please sign in to comment.