Formatting

This commit is contained in:
Chloe Herd 2023-03-08 13:37:14 -05:00
parent f4eed79845
commit b5fbdfec93

View file

@ -129,9 +129,7 @@ export default {
// Wait for DOM to update before firing change event to handle validation.
await this.$nextTick();
document.getElementById(this.inputId).dispatchEvent(
new Event('change')
);
document.getElementById(this.inputId).dispatchEvent(new Event("change"));
})
.catch((error) => {
console.log(error);