aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/components/form/InputSelector.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-04-25 00:34:52 -0300
committerSebastian <sebasjm@gmail.com>2023-04-25 00:35:01 -0300
commit25346a03fa2577652002583b019fd88dd92a7881 (patch)
tree9a11e45052121effdbe111503ded64e7f5518064 /packages/merchant-backoffice-ui/src/components/form/InputSelector.tsx
parentc0327fb4d329d51c419d7c88fb7a9345a2d46888 (diff)
downloadwallet-core-25346a03fa2577652002583b019fd88dd92a7881.tar.xz
fix #7796 and some form issues
Diffstat (limited to 'packages/merchant-backoffice-ui/src/components/form/InputSelector.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/components/form/InputSelector.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/form/InputSelector.tsx b/packages/merchant-backoffice-ui/src/components/form/InputSelector.tsx
index 495c93897..8a57a9de8 100644
--- a/packages/merchant-backoffice-ui/src/components/form/InputSelector.tsx
+++ b/packages/merchant-backoffice-ui/src/components/form/InputSelector.tsx
@@ -45,7 +45,6 @@ export function InputSelector<T>({
toStr = defaultToString,
}: Props<keyof T>): VNode {
const { error, value, onChange } = useField<T>(name);
- console.log(error);
return (
<div class="field is-horizontal">
<div class="field-label is-normal">