Skip to content

Commit

Permalink
fix(SystemsExposed): remove extra sort icons in the table (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkholjuraev authored Dec 14, 2023
1 parent 25ec330 commit 5e9c2cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ export const SYSTEMS_EXPOSED_HEADER = [
</Tooltip>
),
cellTransforms: [nowrap],
transforms: [sortable],
isShownByDefault: true
},
{
Expand All @@ -684,14 +683,12 @@ export const SYSTEMS_EXPOSED_HEADER = [
linkToCustomerPortal={remediation === MANUAL_REMEDIATION || immutable}
/>
),
transforms: [sortable],
isShownByDefault: true
},
{
key: 'status',
sortKey: 'status',
title: intl.formatMessage(messages.status),
transforms: [sortable],
renderFunc: (
value,
_id,
Expand Down

0 comments on commit 5e9c2cc

Please sign in to comment.