vue-wiguet-chatweb 0.1.19 → 0.1.21
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
package/src/components/Chat.vue
CHANGED
@@ -497,7 +497,7 @@ function onQualifying({ message: messageParam, emoji }: { message: Message, emoj
|
|
497
497
|
submitMessage(undefined, { tipoCalificacionId: emoji.value, mensajeARespondeId: messageParam.id }).then();
|
498
498
|
}
|
499
499
|
|
500
|
-
emit('onQualifying', { message , callback})
|
500
|
+
emit('onQualifying', { message: emoji.iconUnicode , callback})
|
501
501
|
};
|
502
502
|
|
503
503
|
|