Skip to content

Commit

Permalink
Zoom Out Inserter: enable dynamic labels
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Dec 26, 2024
1 parent dcca121 commit 368e81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference-guides/data/data-core-block-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ Sets the selected tab.

_Parameters_

- _tab_ `string`: The selected tab. Can be `patterns`, `blocks` or `media`.
- _tab_ `string`: The selected tab. Takes `patterns`, `blocks` or `media`.

_Returns_

Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ export function unsetBlockEditingMode( clientId = '' ) {
/**
* Sets the selected tab.
*
* @param {string} tab The selected tab. Can be `patterns`, `blocks` or `media`.
* @param {string} tab The selected tab. Takes `patterns`, `blocks` or `media`.
*
* @return {Object} Action object.
*/
Expand Down

0 comments on commit 368e81d

Please sign in to comment.