Skip to content

Commit

Permalink
Issue #34: move title tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
idrissneumann committed Dec 13, 2023
1 parent d76a42d commit 71578d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/configuration/DataLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ export const DataLink = (props: Props) => {
</div>

<div className={styles.row}>
<InlineField label="Base64" labelWidth={12}>
<InlineField label="Base64" labelWidth={12} title="Base64 traceId">
<InlineSwitch
title="Base64 traceId"
label="Base64 traceId"
value={base64TraceId}
onChange={() => handleBase64TraceId(!base64TraceId, value)}
Expand Down

0 comments on commit 71578d4

Please sign in to comment.