CSR-762 GA Cleanup
This commit is contained in:
parent
3b73abbebc
commit
9b95effca5
2 changed files with 2 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue