Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into feat/FE/refactor-submission-form

This commit is contained in:
rstubryan
2026-01-08 10:23:50 +07:00
12 changed files with 268 additions and 26 deletions
@@ -125,6 +125,7 @@ const InventoryAdjustmentForm = ({
const warehouseUrl = `${WarehouseApi.basePath}?${new URLSearchParams({
search: '',
limit: '100',
}).toString()}`;
const { data: warehouses, isLoading: isLoadingWarehouses } = useSWR(
warehouseUrl,