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 and mikachan committed Oct 5, 2023
1 parent e790617 commit e93d348
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 @@ -90,7 +90,7 @@ export default function AddNewPattern() {
}

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

0 comments on commit e93d348

Please sign in to comment.