We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84efab commit fd929a5Copy full SHA for fd929a5
client/me/notification-settings/reader-subscriptions/index.jsx
@@ -343,7 +343,10 @@ class NotificationSubscriptions extends Component {
343
) }
344
345
<Button
346
+ accessibleWhenDisabled
347
variant="primary"
348
+ showTooltip={ ! this.props.hasUnsavedUserSettings }
349
+ label={ this.props.translate( 'No unsaved changes' ) }
350
disabled={ this.props.isUpdatingUserSettings || ! this.props.hasUnsavedUserSettings }
351
isBusy={ this.props.isUpdatingUserSettings }
352
onClick={ this.handleSubmitButtonClick }
0 commit comments