mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
chore: Hide the variable list if its empty. (#8704)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<mention-box
|
||||
v-if="items.length"
|
||||
type="variable"
|
||||
:items="items"
|
||||
@mention-select="handleVariableClick"
|
||||
|
||||
Reference in New Issue
Block a user