taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 058c900e15098ab2b5492ff8ca4a302d0d9eacc6
parent 3d8d25b5f037af518b5b7e4e635655bd02560976
Author: Sebastian <sebasjm@gmail.com>
Date:   Sat, 15 Nov 2025 17:37:29 -0300

fix #10598

Diffstat:
Mpackages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx b/packages/merchant-backoffice-ui/src/components/instance/DefaultInstanceFormFields.tsx @@ -111,7 +111,6 @@ export function DefaultInstanceFormFields({ <InputDuration<Entity> name="default_pay_delay" label={i18n.str`Default payment delay`} - withForever tooltip={i18n.str`Time customers have to pay an order before the offer expires by default.`} /> @@ -119,7 +118,6 @@ export function DefaultInstanceFormFields({ name="default_wire_transfer_delay" label={i18n.str`Default wire transfer delay`} tooltip={i18n.str`Maximum time an exchange is allowed to delay wiring funds to the merchant, enabling it to aggregate smaller payments into larger wire transfers and reducing wire fees.`} - withForever /> </Fragment> )}