Update promo-question.vue

This commit is contained in:
Sneha 2024-01-09 18:21:00 +05:30
parent 9624deea4b
commit 59355ff8d1

View file

@ -45,7 +45,7 @@ export default {
validateAlphanumeric() { validateAlphanumeric() {
setTimeout(() => { setTimeout(() => {
this.value = this.value.replace(ALPHANUMERIC_REGEX, ""); this.value = this.value.replace(ALPHANUMERIC_REGEX, "");
}, 0); });
}, },
}, },
components: { components: {