typo
This commit is contained in:
parent
4b27f9b061
commit
843487a3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@
|
|||
:disable-preview="!isConversation"
|
||||
:disable-draft="!isConversation"
|
||||
|
||||
:disable-submit="isConversation ? !!replyStatus : (errorLoadingChat || !chat)"
|
||||
:disable-submit="isConversation ? !replyStatus : (errorLoadingChat || !chat)"
|
||||
:optimistic-posting="!isConversation"
|
||||
|
||||
chat-view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue