From 4c7c1cd78ab901310c0c32da3462ee020bbfd839 Mon Sep 17 00:00:00 2001
From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Date: Tue, 4 Jul 2023 08:09:32 +0530
Subject: [PATCH] chore: Change order of resolve action dropdown buttons
(#7456)
---
.../components/buttons/ResolveAction.vue | 20 ++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/app/javascript/dashboard/components/buttons/ResolveAction.vue b/app/javascript/dashboard/components/buttons/ResolveAction.vue
index c15afe5c6..849ccadde 100644
--- a/app/javascript/dashboard/components/buttons/ResolveAction.vue
+++ b/app/javascript/dashboard/components/buttons/ResolveAction.vue
@@ -50,15 +50,6 @@
>
- toggleStatus(STATUS_TYPE.PENDING)"
- >
- {{ this.$t('CONVERSATION.RESOLVE_DROPDOWN.MARK_PENDING') }}
-
+
+ toggleStatus(STATUS_TYPE.PENDING)"
+ >
+ {{ this.$t('CONVERSATION.RESOLVE_DROPDOWN.MARK_PENDING') }}
+
+