You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Fix set integration manager tooltip
The name of the prop changed in the original PR and this one didn't get updated.
This commit is contained in:
@@ -124,7 +124,7 @@ export default class SetIntegrationManager extends React.Component {
|
||||
id="mx_SetIntegrationManager_newUrl"
|
||||
type="text" value={this.state.url} autoComplete="off"
|
||||
onChange={this._onUrlChanged}
|
||||
tooltip={this._getTooltip()}
|
||||
tooltipContent={this._getTooltip()}
|
||||
/>
|
||||
<AccessibleButton
|
||||
kind="primary_sm"
|
||||
|
||||
Reference in New Issue
Block a user