fix(admin-ui): Inventory nitpicking (#4316)

* minor fixes

* add changeset

* add search by sku placeholder
This commit is contained in:
Philip Korsholm
2023-06-16 08:28:07 +02:00
committed by GitHub
parent 5ad7347408
commit 0bfdc33a0b
5 changed files with 22 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ const ItemSearch = ({ onItemSelect, clearOnSelect, filters = {} }: Props) => {
components={{ Option: ProductOption, Control: SearchControl }}
onInputChange={setItemSearchTerm}
options={options}
placeholder="Choose an item"
placeholder="Search by sku..."
isSearchable={true}
noOptionsMessage={() => "No items found"}
openMenuOnClick={!!inventory_items?.length}