Use product lookup component for "resolve pending product" tool
This commit is contained in:
parent
4809cf039e
commit
a5c1cba81b
3 changed files with 45 additions and 20 deletions
|
@ -532,8 +532,9 @@
|
|||
Product
|
||||
</p>
|
||||
<tailbone-product-lookup ref="productLookup"
|
||||
:selected-product="selectedProduct"
|
||||
@selected="productLookupSelected">
|
||||
:product="selectedProduct"
|
||||
@selected="productLookupSelected"
|
||||
autocomplete-url="${url(f'{route_prefix}.product_autocomplete')}">
|
||||
</tailbone-product-lookup>
|
||||
</b-field>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue