Skip to content

Commit 35eded1

Browse files
committed
DataForm: Show tooltip in edit button in panel layout
1 parent 3743f22 commit 35eded1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dataviews/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- DataForm: support `isDisabled` field property. [#77090](https://github.com/WordPress/gutenberg/pull/77090)
88
- DataViews/DataViewsPicker: simplify `defaultLayouts` property. [#77232](https://github.com/WordPress/gutenberg/pull/77232)
9+
- DataForm: Show tooltip in edit button in `panel` layout. [#77024](https://github.com/WordPress/gutenberg/pull/77024)
910

1011
### Bug Fixes
1112

packages/dataviews/src/components/dataform-layouts/panel/summary-button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ export default function SummaryButton< Item >( {
157157
<Button
158158
className="dataforms-layouts-panel__field-trigger-icon"
159159
label={ ariaLabel }
160-
showTooltip={ false }
161160
icon={ pencil }
162161
size="small"
163162
aria-expanded={ ariaExpanded }

0 commit comments

Comments
 (0)