chore: Minor fix

This commit is contained in:
iamsivin
2024-11-21 00:08:03 +05:30
parent 2852f01026
commit 525a979283
5 changed files with 364 additions and 37 deletions
@@ -81,7 +81,7 @@ const validationRules = {
const v$ = useVuelidate(validationRules, state);
const updateState = () => {
if (props.isNewContact) return;
if (props.isNewContact) return; // Added to prevent state update for new contact form
const {
id,
name = '',