Skip to content

Commit

Permalink
Merge pull request #260 from citation-file-format/218-use-done-for-au…
Browse files Browse the repository at this point in the history
…thor-card
  • Loading branch information
abelsiqueira committed Oct 11, 2021
2 parents fc2eaab + 661346e commit 35e091c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AuthorEditCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
v-on:click="$emit('removePressed')"
/>
<q-btn
icon="close"
label="Close"
icon="done"
label="Done"
dense
v-on:click="$emit('closePressed')"
/>
Expand Down

0 comments on commit 35e091c

Please sign in to comment.