aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-06-14 09:06:59 -0300
committerSebastian <sebasjm@gmail.com>2024-06-14 09:06:59 -0300
commit8e29a3c33119293808a7611c9dc7dcf9b98eb4ca (patch)
treeba80c358fbdbac7a88d08de1ace9a3c7f4fbaa04 /packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.tsx
parentc439bb7f330de93d77c7902cda056395331cfcb6 (diff)
downloadwallet-core-8e29a3c33119293808a7611c9dc7dcf9b98eb4ca.tar.xz
fix broken build merchant backoffice
Diffstat (limited to 'packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.tsx b/packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.tsx
index 52ac2a1fe..3d15918dc 100644
--- a/packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.tsx
+++ b/packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.tsx
@@ -21,6 +21,7 @@ import { FormErrors, FormProvider } from "../form/FormProvider.js";
import { InputNumber } from "../form/InputNumber.js";
import { InputSearchOnList } from "../form/InputSearchOnList.js";
import { TalerMerchantApi } from "@gnu-taler/taler-util";
+import { WithId } from "../../declaration.js";
type Form = {
product: TalerMerchantApi.ProductDetail & WithId;