Skip to content

Commit

Permalink
fix: wrong icon on tag add
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Mar 4, 2022
1 parent 39c9c2a commit fc75358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/jelu-ui/src/components/AddBook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ let displayDatepicker = computed(() => {
:before-adding="beforeAddTag"
:create-item="createTag"
icon-pack="mdi"
icon="account-plus"
icon="tag-plus"
field="name"
placeholder="Add a tag"
@typing="getFilteredTags"
Expand Down
2 changes: 1 addition & 1 deletion src/jelu-ui/src/components/EditBookModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function toggleRemoveImage() {
:before-adding="beforeAddTag"
:create-item="createTag"
icon-pack="mdi"
icon="account-plus"
icon="tag-plus"
field="name"
placeholder="Add a tag"
@typing="getFilteredTags"
Expand Down

0 comments on commit fc75358

Please sign in to comment.