Skip to content

Commit

Permalink
tooltip position
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed May 3, 2024
1 parent 595a075 commit 04ea69b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dataviews/src/bulk-actions-toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function ActionTrigger( { action, onClick, isBusy } ) {
onClick={ onClick }
isBusy={ isBusy }
isDisabled={ isBusy }
tooltipPosition="top"
/>
);
}
Expand Down Expand Up @@ -139,6 +140,7 @@ function renderToolbarContent(
<ToolbarButton
icon={ closeSmall }
showTooltip
tooltipPosition="top"
label={ __( 'Cancel' ) }
isDisabled={ !! actionInProgress }
onClick={ () => {
Expand Down

0 comments on commit 04ea69b

Please sign in to comment.