Skip to content

Commit

Permalink
fix: can not create category by click in category select component (#…
Browse files Browse the repository at this point in the history
…4658)

Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby authored Sep 26, 2023
1 parent 1585a26 commit 97c92d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ const handleDelete = () => {
v-if="text.trim() && !searchResults?.length"
v-permission="['system:posts:manage']"
class="group flex cursor-pointer items-center justify-between rounded bg-gray-100 p-2"
@click="handleCreateCategory"
>
<span class="text-xs text-gray-700 group-hover:text-gray-900">
{{
Expand Down

0 comments on commit 97c92d0

Please sign in to comment.