You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Validity class currently unused on tooltip
This commit is contained in:
@@ -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}
|
||||
/>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user