From 6f4548c89259d366b74c4f16ecf4bc57cf35437c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 4 Aug 2023 09:09:00 -0300 Subject: fix signature for aml decision --- packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/aml-backoffice-ui/src/pages') diff --git a/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx b/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx index 13e78b169..429cfb9ca 100644 --- a/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx +++ b/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx @@ -38,7 +38,7 @@ export function NewFormEntry({ fullName: "loggedIn_user_fullname", when: AbsoluteTime.now(), state: AmlExchangeBackend.AmlState.pending, - threshold: Amounts.parseOrThrow("ARS:1000"), + threshold: Amounts.parseOrThrow("KUDOS:1000"), }; const api = useAmlCasesAPI() -- cgit v1.2.3