mirror of
https://github.com/apache/superset.git
synced 2026-04-14 13:44:46 +00:00
[minor] proper tooltip on ControlHeader's instant re-render trigger (#3625)
This commit is contained in:
committed by
GitHub
parent
5ad4167512
commit
f3b403d346
@@ -40,7 +40,7 @@ export default class ControlHeader extends React.Component {
|
||||
<span>
|
||||
<InfoTooltipWithTrigger
|
||||
label={t('bolt')}
|
||||
tooltip={this.props.description}
|
||||
tooltip={t('Changing this control takes effect instantly')}
|
||||
placement="top"
|
||||
icon="bolt"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user