summaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/components/form/InputStock.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-10-04 14:36:03 -0300
committerSebastian <sebasjm@gmail.com>2023-10-04 14:36:03 -0300
commit851b2da39c3297ede3d267f3d2534cac213261c1 (patch)
tree51ee03238cb7d87d21e57c0cdf245a0bc04681f0 /packages/merchant-backoffice-ui/src/components/form/InputStock.tsx
parent535b990215bdd861df5cf6215a5f72a47576f89b (diff)
downloadwallet-core-851b2da39c3297ede3d267f3d2534cac213261c1.tar.gz
wallet-core-851b2da39c3297ede3d267f3d2534cac213261c1.tar.bz2
wallet-core-851b2da39c3297ede3d267f3d2534cac213261c1.zip
fixing issues reported by Christian, wip
Diffstat (limited to 'packages/merchant-backoffice-ui/src/components/form/InputStock.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/components/form/InputStock.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/form/InputStock.tsx b/packages/merchant-backoffice-ui/src/components/form/InputStock.tsx
index 012d14977..1d18685c5 100644
--- a/packages/merchant-backoffice-ui/src/components/form/InputStock.tsx
+++ b/packages/merchant-backoffice-ui/src/components/form/InputStock.tsx
@@ -212,10 +212,7 @@ export function InputStock<T>({
withTimestampSupport
/>
- <InputGroup<Entity>
- name="address"
- label={i18n.str`Delivery address`}
- >
+ <InputGroup<Entity> name="address" label={i18n.str`Warehouse address`}>
<InputLocation name="address" />
</InputGroup>
</FormProvider>