fix: Chat click
parent
925a9b02fa
commit
243af4d866
|
|
@ -271,7 +271,7 @@
|
||||||
<el-button
|
<el-button
|
||||||
text
|
text
|
||||||
class="sent-button"
|
class="sent-button"
|
||||||
:disabled="isDisabledChat || loading || !uploadLoading"
|
:disabled="isDisabledChat || loading || uploadLoading"
|
||||||
@click="sendChatHandle"
|
@click="sendChatHandle"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue