Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
feat: add retrieve credential definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
davideroffo committed Mar 21, 2023
1 parent d56b05b commit e47823a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/renderer/components/CredentialIssuance/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
@schema-refresh="fetch_schemas"></schema-list>
<cred-def-list
title="Credential Definitions"
:retrievable="false"
:can_create="true"
:list="issuer_cred_defs"
:retrievable="true"
:list="cred_defs"
@cred-def-refresh="fetch_cred_defs"></cred-def-list>
<issued-cred-list
title="Issued Credentials"
Expand Down Expand Up @@ -129,8 +129,7 @@ export default {
this.$message_bus.$emit('entered_taa_required_module');
await this.ready()
this.fetch_schemas();
// CredDefList will fetch
//this.fetch_cred_defs();
this.fetch_cred_defs();
this.fetch_issued_credentials();
this.fetch_connections();
},
Expand Down

0 comments on commit e47823a

Please sign in to comment.