feat: update DialogProperties to include messenger and duty fields in check

This commit is contained in:
puriphatt 2024-12-26 10:30:24 +07:00
parent 022bbd65d9
commit 802f84548d

View file

@ -539,7 +539,9 @@ watch(
<div
v-if="
prop.fieldName === 'documentCheck' ||
prop.fieldName === 'designForm'
prop.fieldName === 'designForm' ||
prop.fieldName === 'messenger' ||
prop.fieldName === 'duty'
"
class="col-md col-12"
></div>