Skip to content

Commit

Permalink
fix: use info status
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink committed Feb 4, 2025
1 parent e300f1f commit 5210c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/data-card/data-card-fields/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const renderValue = (type: DataCardFieldsProps['data'][0]['type'], value: DataCa
isExtended={!!otherAgent || failedInstrumentation}
renderExtended={() => (
<Fragment>
{failedInstrumentation && <NotificationNote type={NOTIFICATION_TYPE.ERROR} message={instrumentationMessage} overrideMaxWidth='100%' />}
{failedInstrumentation && <NotificationNote type={NOTIFICATION_TYPE.INFO} message={instrumentationMessage} />}
{!!otherAgent && (
<NotificationNote
type={NOTIFICATION_TYPE.INFO}
Expand Down

0 comments on commit 5210c2b

Please sign in to comment.