refactor: handle fiel required form

This commit is contained in:
Thanaphon Frappet 2024-10-28 20:01:10 +07:00
parent 803baca721
commit 7ffb259320

View file

@ -2566,7 +2566,6 @@ const emptyCreateDialog = ref(false);
/>
</div>
</div>
<BasicInformation
no-action
id="form-information"
@ -3681,8 +3680,6 @@ const emptyCreateDialog = ref(false);
tabFieldRequired.main = [
'legalPersonNo',
'registerName',
'registerNameEN',
'customerName',
];
}