commit 1347abef2b365c9fdeb4103c0c478b267189a4eb parent 328a700c90edc8affe8b23ce2b30c41fed7df910 Author: Christian Grothoff <grothoff@gnunet.org> Date: Sat, 25 May 2024 17:31:43 +0200 remove 'type' field from instance as it is deprecated with new DD23 Diffstat:
| M | packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx | | | 16 | ---------------- |
1 file 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 @@ -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`}