feat: add conversation attribute item component

This commit is contained in:
Muhsin
2025-12-02 15:19:30 +05:30
parent d791e51f5d
commit e05f024581
4 changed files with 82 additions and 2 deletions
@@ -0,0 +1,11 @@
<template>
<div class="flex justify-between items-center px-4 py-4 w-full">
<div
class="flex justify-center items-center py-6 w-full custom-dashed-border"
>
<span class="text-sm text-n-slate-11">
{{ $t('CONVERSATION_WORKFLOW.REQUIRED_ATTRIBUTES.NO_ATTRIBUTES') }}
</span>
</div>
</div>
</template>