Skip to content

Commit

Permalink
prohibit deleting last row of custom credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
leoniefritsch committed Sep 10, 2024
1 parent 514e939 commit 817758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/PresentationRequest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<i class="bi bi-plus-circle"></i>
</button>
</div>
<div class="col-1">
<div v-if="customCredentialTypes.length > 1" class="col-1">
<button class="btn btn-outline-danger ms-1 mt-1" @click="customCredentialTypes.splice(i, 1)">
<i class="bi bi-dash-circle"></i>
</button>
Expand Down

0 comments on commit 817758d

Please sign in to comment.