aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-05-25 17:31:43 +0200
committerChristian Grothoff <grothoff@gnunet.org>2024-05-25 17:31:43 +0200
commit1347abef2b365c9fdeb4103c0c478b267189a4eb (patch)
tree1e50bcdb9b6d6b036c00a5e61ec817875f23c6f4 /packages
parent328a700c90edc8affe8b23ce2b30c41fed7df910 (diff)
downloadwallet-core-1347abef2b365c9fdeb4103c0c478b267189a4eb.tar.xz
remove 'type' field from instance as it is deprecated with new DD23
Diffstat (limited to 'packages')
-rw-r--r--packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx b/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx
index 864d09f48..efcca302f 100644
--- a/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx
+++ b/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx
@@ -60,22 +60,6 @@ export function DefaultInstanceFormFields({
tooltip={i18n.str`Legal name of the business represented by this instance.`}
/>
- <TextField name="asdasd" label="">
- <i18n.Translate>
- Choose individual if you don't have or are not required to have legal business permission.
- </i18n.Translate>
- </TextField>
-
- <InputSelector<Entity>
- name="user_type"
- label={i18n.str`Selling as`}
- tooltip={i18n.str`Different type of account can have different rules and requirements.`}
- values={["business", "individual"]}
- toStr={(d: string) => {
- return d.toUpperCase();
- }}
- />
-
<Input<Entity>
name="email"
label={i18n.str`Email`}