mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
fix(tooltip): displaying <a> tags correctly (#32488)
(cherry picked from commit 6c3886aad0)
This commit is contained in:
committed by
Michael S. Molina
parent
92549ef5c6
commit
6dd10ab1ca
@@ -467,7 +467,7 @@ const config: ControlPanelConfig = {
|
||||
renderTrigger: true,
|
||||
default: true,
|
||||
description: t(
|
||||
'Renders table cells as HTML when applicable. For example, HTML <a> tags will be rendered as hyperlinks.',
|
||||
'Renders table cells as HTML when applicable. For example, HTML <a> tags will be rendered as hyperlinks.',
|
||||
),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user