Skip to content

Commit

Permalink
fix: use tag instead of chip
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Mar 13, 2024
1 parent 50aa5e2 commit b91adae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FormFields/Custom/DataIntegrityChecksField.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
ReactFinalForm,
InputFieldFF,
Help,
Chip,
Tag,
} from '@dhis2/ui'
import cx from 'classnames'
import { useParameterOption } from '../../../hooks/parameter-options'
Expand Down Expand Up @@ -130,7 +130,7 @@ const LabelComponent = ({ label, severity, highlighted, disabled, isSlow }) => (
'Slow checks are resource intensive and should be run with caution'
)}
>
<Chip dense>{i18n.t('Slow')}</Chip>
<Tag>{i18n.t('Slow')}</Tag>
</Tooltip>
)}
</div>
Expand Down

0 comments on commit b91adae

Please sign in to comment.