CSR-762 GA Cleanup

This commit is contained in:
Katie 2022-10-07 15:48:17 -04:00
parent 3b73abbebc
commit 9b95effca5
2 changed files with 2 additions and 5 deletions

View file

@ -23,7 +23,6 @@
</template> </template>
<script> <script>
import { functionTypeParam } from "@babel/types";
import { useField } from "vee-validate"; import { useField } from "vee-validate";
import { toRef } from "vue"; import { toRef } from "vue";
@ -61,7 +60,7 @@ export default {
}, },
isRequired: Boolean, isRequired: Boolean,
lastValuePushedToGa: [String, Number], lastValuePushedToGa: [String, Number],
setLastValuePushedToGa: functionTypeParam setLastValuePushedToGa: Function
}, },
data() { data() {
return { return {

View file

@ -18,9 +18,7 @@
:aria-required="isRequired" :aria-required="isRequired"
:class="getFieldSetClasses" :class="getFieldSetClasses"
:role="isMultiSelect ? 'group' : 'radiogroup'" :role="isMultiSelect ? 'group' : 'radiogroup'"
:aria-labelledby="formatString(groupName)" :aria-labelledby="formatString(groupName)">
@focusin="handleFocus"
@focusout="handleBlur">
<legend <legend
class="sr-only" class="sr-only"
:data-focus-target="formatString(groupName)" :data-focus-target="formatString(groupName)"