Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3315 from matrix-org/dbkr/fix_set_im
Browse files Browse the repository at this point in the history
Fix set integration manager tooltip
  • Loading branch information
dbkr authored Aug 15, 2019
2 parents f3e1697 + 40f693d commit ded2297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/settings/SetIntegrationManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ded2297

Please sign in to comment.