From 90258830561c9b1e5946e19ccefad841d010639d Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 Nov 2021 16:05:56 -0500 Subject: [PATCH] Changing radio component to accept any value type --- src/commonComponents/radioQuestion/radioQuestion.vue | 2 +- src/uxComponents/radio/radio.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/commonComponents/radioQuestion/radioQuestion.vue b/src/commonComponents/radioQuestion/radioQuestion.vue index ee4e53f8d..7e8b16c55 100644 --- a/src/commonComponents/radioQuestion/radioQuestion.vue +++ b/src/commonComponents/radioQuestion/radioQuestion.vue @@ -5,7 +5,7 @@
- +
diff --git a/src/uxComponents/radio/radio.vue b/src/uxComponents/radio/radio.vue index eaf181f39..1f4e63f39 100644 --- a/src/uxComponents/radio/radio.vue +++ b/src/uxComponents/radio/radio.vue @@ -21,10 +21,10 @@