gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 174/459: fix build


From: gnunet
Subject: [reclaim-ui] 174/459: fix build
Date: Fri, 11 Jun 2021 23:24:26 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 2e99c52f87991a17ea97e27d9da207b99720864a
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Sat Jan 18 11:41:47 2020 +0100

    fix build
---
 src/app/edit-attestations/edit-attestations.component.html | 2 +-
 src/app/edit-identity/edit-identity.component.html         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/edit-attestations/edit-attestations.component.html 
b/src/app/edit-attestations/edit-attestations.component.html
index 7c739ee..a565ab4 100644
--- a/src/app/edit-attestations/edit-attestations.component.html
+++ b/src/app/edit-attestations/edit-attestations.component.html
@@ -53,7 +53,7 @@
             <input placeholder="Attestation Value" 
[class.text-danger]="!attestationValueValid(newAttestation)" 
[(ngModel)]="newAttestation.value">
           </td>
           <td>
-            <button [disabled]="!canAddAttestation(newAttestation)" class="btn 
btn-primary"  (click)="addAttestation(newAttestation)">
+            <button [disabled]="!canAddAttestation(newAttestation)" class="btn 
btn-primary"  (click)="addAttestation()">
               <span class="fa fa-plus"></span> 
             </button>
           </td>
diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index 309d685..0d7be85 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -122,7 +122,7 @@
             </td>
 
             <td>
-              <button [disabled]="!canAddReference(newReference)" class="btn 
btn-primary"  (click)="addReference(newReference)">
+              <button [disabled]="!canAddReference(newReference)" class="btn 
btn-primary"  (click)="addReference()">
                 <span class="fa fa-plus"></span> 
               </button>
             </td>

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