fix: misc ui issues

This commit is contained in:
Jannat Patel
2025-05-13 20:04:06 +05:30
parent d9d031ed2b
commit 0a71620046
22 changed files with 2904 additions and 166 deletions

View File

@@ -92,7 +92,7 @@
{{ option.label }}
</div>
<div
v-if="option.description"
v-if="option.description && option.description != option.label"
class="text-xs text-ink-gray-7"
v-html="option.description"
></div>