|
@@ -12,7 +12,7 @@ export const Label: SFC<Props> = props => {
|
|
|
<span className="gf-form-label width-10">
|
|
<span className="gf-form-label width-10">
|
|
|
<span>{props.children}</span>
|
|
<span>{props.children}</span>
|
|
|
{props.tooltip && (
|
|
{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" />
|
|
<i className="gicon gicon-question gicon--has-hover" />
|
|
|
</Tooltip>
|
|
</Tooltip>
|
|
|
)}
|
|
)}
|