mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-11 13:28:57 +00:00
fix: passing conversation loading state to custom attributes component
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user