Skip to content

Commit

Permalink
wip: fix prop type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
burivuhster committed Sep 4, 2024
1 parent 1565019 commit a14644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/TagsDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ onClickOutside(
multiple
:reserve-keyword="false"
loading-text="..."
:popper-class="['tags-dropdown', 'tags-dropdown-' + dropdownId]"
:popper-class="['tags-dropdown', 'tags-dropdown-' + dropdownId].join(' ')"
data-test-id="tags-dropdown"
@update:model-value="onTagsUpdated"
@visible-change="onVisibleChange"
Expand Down

0 comments on commit a14644d

Please sign in to comment.