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 052d90f commit 1ccd089Copy full SHA for 1ccd089
client/me/notification-settings/settings-form/actions.tsx
@@ -50,6 +50,9 @@ const NotificationSettingsFormActions = ( {
50
51
<Button
52
variant="primary"
53
+ accessibleWhenDisabled
54
+ showTooltip={ disabled }
55
+ label={ translate( 'No unsaved changes' ) }
56
disabled={ disabled || !! isFetching }
57
isBusy={ isFetching && savingTarget === 'single' }
58
onClick={ () => {
0 commit comments