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

View file

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