FIX: Profile list empty placeholder
This commit is contained in:
@@ -91,8 +91,8 @@
|
|||||||
@end="drag = false"
|
@end="drag = false"
|
||||||
@change="(event) => onProfileDrop(event, dragCategory.index)"
|
@change="(event) => onProfileDrop(event, dragCategory.index)"
|
||||||
>
|
>
|
||||||
<template v-if="dragCategory.element.profiles.length === 0" #header>
|
<template #header>
|
||||||
<div class="hideable-header flex h-12 items-center justify-center">
|
<div class="hideable-header m-2 flex h-12 items-center justify-center">
|
||||||
<MoreHorizontal class="w-4 text-zinc-600" />
|
<MoreHorizontal class="w-4 text-zinc-600" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user