mirror of https://github.com/halo-dev/halo
fix: can not create category by click in category select component (#4658)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/4662/head^2
parent
1585a268ed
commit
97c92d03cc
|
@ -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">
|
||||
{{
|
||||
|
|
Loading…
Reference in New Issue