mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 00:42:08 +02:00
Validity class currently unused on tooltip
This commit is contained in:
parent
40f16fa310
commit
edb7f39ec9
@ -113,7 +113,7 @@ export default class Field extends React.PureComponent {
|
||||
let feedback;
|
||||
if (this.state.feedback) {
|
||||
feedback = <Tooltip
|
||||
tooltipClassName={`mx_Field_tooltip ${validClass}`}
|
||||
tooltipClassName="mx_Field_tooltip"
|
||||
label={this.state.feedback}
|
||||
/>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user