From 2f090dbc613ad06d20c8e42f61ef67fa19560ad2 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 8 Oct 2024 11:54:02 +0530 Subject: [PATCH] Revert "chore: don't use async" This reverts commit 9101e1e2216dc93b62ab23d7c8239f3fa82b478d. --- .../dashboard/components/widgets/conversation/ReplyBox.vue | 6 ++++-- app/javascript/dashboard/routes/dashboard/Dashboard.vue | 5 ++++- .../dashboard/helpcenter/components/HelpCenterLayout.vue | 6 +++++- .../helpcenter/pages/categories/NameEmojiInput.vue | 6 +++++- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index 4e34b976f..3d490894a 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -1,6 +1,6 @@