Skip to content

Commit

Permalink
Avoid to show unnecessary Tooltip for the Post Schedule button. (Word…
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia authored Dec 6, 2023
1 parent a82ae41 commit 2f5b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-schedule/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function PostSchedulePanel() {
label
) }
label={ fullLabel }
showTooltip
showTooltip={ label !== fullLabel }
aria-expanded={ isOpen }
>
{ label }
Expand Down

0 comments on commit 2f5b962

Please sign in to comment.