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:
parent
4afed0fab4
commit
40f693d0fc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue