Skip to content

Commit

Permalink
Update pattern import menu item (#54782)
Browse files Browse the repository at this point in the history
* Update pattern import menuitem

* Revert label
  • Loading branch information
jameskoster authored Sep 26, 2023
1 parent cfbf45c commit a7a96bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/add-new-pattern/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { DropdownMenu } from '@wordpress/components';
import { useState, useRef } from '@wordpress/element';
import { __, sprintf } from '@wordpress/i18n';
import { plus, symbol, symbolFilled } from '@wordpress/icons';
import { plus, symbol, symbolFilled, upload } from '@wordpress/icons';
import { useSelect, useDispatch } from '@wordpress/data';
import { privateApis as routerPrivateApis } from '@wordpress/router';
import {
Expand Down Expand Up @@ -93,7 +93,7 @@ export default function AddNewPattern() {
}

controls.push( {
icon: symbol,
icon: upload,
onClick: () => {
patternUploadInputRef.current.click();
},
Expand Down

1 comment on commit a7a96bc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in a7a96bc.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6310870303
📝 Reported issues:

Please sign in to comment.