From 2f1f6bf6c94e5abfdb9be9ee78cdd05c2c833c02 Mon Sep 17 00:00:00 2001 From: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com> Date: Wed, 24 Mar 2021 11:10:47 -0400 Subject: [PATCH] Change Button the Chat (#694) --- src/components/ADempiere/ChatEntries/index.vue | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/components/ADempiere/ChatEntries/index.vue b/src/components/ADempiere/ChatEntries/index.vue index 99260781..4ccca4af 100644 --- a/src/components/ADempiere/ChatEntries/index.vue +++ b/src/components/ADempiere/ChatEntries/index.vue @@ -35,14 +35,18 @@ - + @@ -113,6 +117,9 @@ export default { }) } }, + clear() { + this.$store.commit('setChatText', '') + }, translateDate(value) { return this.$d(new Date(value), 'long', this.language) }