mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 20:48:07 +00:00
fixes: Showing vue warning in the console (#4152)
* fixes: Showing vue warn with PR#4100 * Minor fixes
This commit is contained in:
@@ -217,10 +217,10 @@ export default {
|
|||||||
return this.data.sender || {};
|
return this.data.sender || {};
|
||||||
},
|
},
|
||||||
storySender() {
|
storySender() {
|
||||||
return this.contentAttributes.story_sender || {};
|
return this.contentAttributes.story_sender || null;
|
||||||
},
|
},
|
||||||
storyId() {
|
storyId() {
|
||||||
return this.contentAttributes.story_id || {};
|
return this.contentAttributes.story_id || null;
|
||||||
},
|
},
|
||||||
contentType() {
|
contentType() {
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user