gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 03/03: fix missing name


From: gnunet
Subject: [taler-wallet-core] 03/03: fix missing name
Date: Tue, 31 Jan 2023 15:43:13 +0100

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

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

commit b45dd3ed4d5a43e3622b381e3a2acb16497e9864
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jan 31 11:43:01 2023 -0300

    fix missing name
---
 packages/taler-wallet-webextension/src/mui/InputFile.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/mui/InputFile.tsx 
b/packages/taler-wallet-webextension/src/mui/InputFile.tsx
index 2b67dc99b..40e9f9ace 100644
--- a/packages/taler-wallet-webextension/src/mui/InputFile.tsx
+++ b/packages/taler-wallet-webextension/src/mui/InputFile.tsx
@@ -49,7 +49,7 @@ export function InputFile<T>({ onChange, children }: Props): 
VNode {
           ref={image}
           style={{ display: "none" }}
           type="file"
-          name={String(name)}
+          // name={String(name)}
           onChange={(e) => {
             const f: FileList | null = e.currentTarget.files;
             if (!f || f.length != 1) {

-- 
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]