chore: Hide the variable list if its empty. (#8704)

This commit is contained in:
Sivin Varghese
2024-01-15 15:45:36 +05:30
committed by GitHub
parent ea7898d113
commit 22db201a08

View File

@@ -1,5 +1,6 @@
<template>
<mention-box
v-if="items.length"
type="variable"
:items="items"
@mention-select="handleVariableClick"