mirror of https://github.com/vector-im/riot-web
Validity class currently unused on tooltip
parent
40f16fa310
commit
edb7f39ec9
|
@ -113,7 +113,7 @@ export default class Field extends React.PureComponent {
|
||||||
let feedback;
|
let feedback;
|
||||||
if (this.state.feedback) {
|
if (this.state.feedback) {
|
||||||
feedback = <Tooltip
|
feedback = <Tooltip
|
||||||
tooltipClassName={`mx_Field_tooltip ${validClass}`}
|
tooltipClassName="mx_Field_tooltip"
|
||||||
label={this.state.feedback}
|
label={this.state.feedback}
|
||||||
/>;
|
/>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue