Skip to content

Commit 71578d4

Browse files
committed
Issue #34: move title tooltip
1 parent d76a42d commit 71578d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/configuration/DataLink.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,8 @@ export const DataLink = (props: Props) => {
139139
</div>
140140

141141
<div className={styles.row}>
142-
<InlineField label="Base64" labelWidth={12}>
142+
<InlineField label="Base64" labelWidth={12} title="Base64 traceId">
143143
<InlineSwitch
144-
title="Base64 traceId"
145144
label="Base64 traceId"
146145
value={base64TraceId}
147146
onChange={() => handleBase64TraceId(!base64TraceId, value)}

0 commit comments

Comments
 (0)