Commit 89eae156 by Torkel Ödegaard

fix: team email tooltip was not showing

parent 276a5e6e
......@@ -12,7 +12,7 @@ export const Label: SFC<Props> = props => {
<span className="gf-form-label width-10">
<span>{props.children}</span>
{props.tooltip && (
<Tooltip className="gf-form-help-icon--right-normal" placement="auto" content="hello">
<Tooltip className="gf-form-help-icon--right-normal" placement="auto" content={props.tooltip}>
<i className="gicon gicon-question gicon--has-hover" />
</Tooltip>
)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment