mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 10:21:44 +02: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:
parent
4afed0fab4
commit
40f693d0fc
@ -124,7 +124,7 @@ export default class SetIntegrationManager extends React.Component {
|
|||||||
id="mx_SetIntegrationManager_newUrl"
|
id="mx_SetIntegrationManager_newUrl"
|
||||||
type="text" value={this.state.url} autoComplete="off"
|
type="text" value={this.state.url} autoComplete="off"
|
||||||
onChange={this._onUrlChanged}
|
onChange={this._onUrlChanged}
|
||||||
tooltip={this._getTooltip()}
|
tooltipContent={this._getTooltip()}
|
||||||
/>
|
/>
|
||||||
<AccessibleButton
|
<AccessibleButton
|
||||||
kind="primary_sm"
|
kind="primary_sm"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user