From 6a7ffac6d8f7e138e163a5012af61cb4c696f151 Mon Sep 17 00:00:00 2001 From: Minojhini Valaiyapathi Date: Wed, 19 Mar 2025 11:51:34 -0400 Subject: [PATCH] CASH-399 - Convert Technician Notes to Dropdown/Accordion --- .../textarea-question/textarea-question.vue | 11 +- .../customer-details/customer-details.spec.js | 121 +++++++++++------- .../customer-details/customer-details.vue | 14 +- .../tech-notes/tech-notes.spec.js | 76 +++++++++++ .../tech-notes/tech-notes.vue | 94 ++++++++++++++ 5 files changed, 251 insertions(+), 65 deletions(-) create mode 100644 src/layouts/customer-details/tech-notes/tech-notes.spec.js create mode 100644 src/layouts/customer-details/tech-notes/tech-notes.vue diff --git a/src/digital-components/textarea-question/textarea-question.vue b/src/digital-components/textarea-question/textarea-question.vue index 3e13769e6..a22123f1d 100644 --- a/src/digital-components/textarea-question/textarea-question.vue +++ b/src/digital-components/textarea-question/textarea-question.vue @@ -1,11 +1,6 @@