From 9101e1e2216dc93b62ab23d7c8239f3fa82b478d Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 8 Oct 2024 11:18:13 +0530 Subject: [PATCH] chore: don't use async --- .../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, 5 insertions(+), 18 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index 3d490894a..4e34b976f 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -1,6 +1,6 @@