gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix broken build


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix broken build
Date: Mon, 11 Mar 2024 19:01:27 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new f232d51c0 fix broken build
f232d51c0 is described below

commit f232d51c008872fe2ba5c1d12d8cafdc7fa274f0
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Mar 11 15:01:20 2024 -0300

    fix broken build
---
 packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx 
b/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx
index ee31ed7a8..df97cc3a4 100644
--- a/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx
+++ b/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx
@@ -1,4 +1,4 @@
-import { Amounts, HttpStatusCode, TalerExchangeApi, TalerProtocolTimestamp, 
TranslatedString } from "@gnu-taler/taler-util";
+import { AbsoluteTime, Amounts, HttpStatusCode, TalerExchangeApi, 
TalerProtocolTimestamp, TranslatedString } from "@gnu-taler/taler-util";
 import { LocalNotificationBanner, useLocalNotification, useTranslationContext 
} from "@gnu-taler/web-util/browser";
 import { Fragment, VNode, h } from "preact";
 import { useExchangeApiContext } from "../context/config.js";
@@ -60,18 +60,21 @@ export function NewFormEntry({
                 title: i18n.str`Wrong credentials for "${officer.account}"`,
                 description: resp.detail.hint as TranslatedString,
                 debug: resp.detail,
+                when: AbsoluteTime.now(),
               })
               case HttpStatusCode.NotFound: return notify({
                 type: "error",
                 title: i18n.str`Officer or account not found`,
                 description: resp.detail.hint as TranslatedString,
                 debug: resp.detail,
+                when: AbsoluteTime.now(),
               })
               case HttpStatusCode.Conflict: return notify({
                 type: "error",
                 title: i18n.str`Officer disabled or more recent decision was 
already submitted.`,
                 description: resp.detail.hint as TranslatedString,
                 debug: resp.detail,
+                when: AbsoluteTime.now(),
               })
             }
           })

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]