mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix(tooltip): displaying <a> tags correctly (#32488)
This commit is contained in:
@@ -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