Small fixes

This commit is contained in:
Chloe Herd 2024-07-09 13:01:33 -04:00
parent 4930b41448
commit 58ea248079

View file

@ -9,7 +9,7 @@
class="form-check-input me-2"
type="checkbox"
aria-checked="false"
:name="inputId"
:name="checkboxName"
:validationRules="validationRules"
:id="inputId"
:tabindex="tabIndex"
@ -65,6 +65,7 @@ export default {
meta,
errors,
resetField,
inputId,
};
},
props: {