Compare commits
2 commits
394b44645a
...
a50790ecff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a50790ecff | ||
|
|
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