From 2f0f87267ffeb99989417243b26b5678408f9878 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Wed, 7 Aug 2024 17:14:00 +0200 Subject: [PATCH] ESC-240: Fix null pointer exception in SelectInput getOptionName method --- client/components/forms/SelectInput.vue | 42 +++++++++++++------------ client/nuxt.config.ts | 5 +++ 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/client/components/forms/SelectInput.vue b/client/components/forms/SelectInput.vue index 56b5a2f0..54b601ee 100644 --- a/client/components/forms/SelectInput.vue +++ b/client/components/forms/SelectInput.vue @@ -101,7 +101,7 @@