fix: passing conversation loading state to custom attributes component

This commit is contained in:
Abhinav Raut
2025-04-13 19:29:57 +05:30
parent 0254bab266
commit 8bc511509c
@@ -81,6 +81,7 @@
<CustomAttributes
v-if="customAttributeStore.conversationAttributeOptions.length > 0"
:loading="conversationStore.conversation.loading"
:attributes="customAttributeStore.conversationAttributeOptions"
:custom-attributes="conversation.custom_attributes || {}"
@update:setattributes="updateCustomAttributes"