From 42c034500f24393468aaaddee8369e8f8d243276 Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Mon, 29 Jul 2024 16:04:51 +0530 Subject: [PATCH 1/4] Improved: made rejection reasons page mobile version compatible (#244) --- src/views/RejectionReasons.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/RejectionReasons.vue b/src/views/RejectionReasons.vue index 48983e6b..6f75d183 100644 --- a/src/views/RejectionReasons.vue +++ b/src/views/RejectionReasons.vue @@ -19,14 +19,16 @@ -
+
{{ reason.enumTypeId }}
- +
+ +
@@ -259,6 +261,7 @@ export default defineComponent({