From 28a19ee7afb0c3c213a7aa3f2867f97c66c2bd24 Mon Sep 17 00:00:00 2001 From: inthar-raven <36112167+inthar-raven@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:41:21 -0500 Subject: [PATCH] Update AnalysisView.vue `label for=` should refer to the id's. --- src/views/AnalysisView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/AnalysisView.vue b/src/views/AnalysisView.vue index 26fd8ffb..51bbf763 100644 --- a/src/views/AnalysisView.vue +++ b/src/views/AnalysisView.vue @@ -152,7 +152,7 @@ const matrix = computed(() => { value="zero" v-model="indexing" /> - + @@ -162,7 +162,7 @@ const matrix = computed(() => { value="one" v-model="indexing" /> - +