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:
David Baker 2019-08-15 14:55:59 +01:00
parent 4afed0fab4
commit 40f693d0fc

View file

@ -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"