mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
Merge branch 'fix/product-select-include-all-param' into 'development'
fix: add include all param to adjustment stock products select See merge request mbugroup/lti-web-client!343
This commit is contained in:
@@ -185,7 +185,9 @@ const InventoryAdjustmentForm = ({
|
||||
isLoadingOptions: isLoadingProductOptions,
|
||||
loadMore: loadMoreProducts,
|
||||
rawData: products,
|
||||
} = useSelect<Product>(ProductApi.basePath, 'id', 'name', 'search');
|
||||
} = useSelect<Product>(ProductApi.basePath, 'id', 'name', 'search', {
|
||||
include_all: 'true',
|
||||
});
|
||||
|
||||
const {
|
||||
setInputValue: setDepletionProductInputValue,
|
||||
|
||||
Reference in New Issue
Block a user