Skip to content

Commit

Permalink
Fix validation for EffectiveDateTime component (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 authored Jul 19, 2023
1 parent 9bb7457 commit b4263b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ppr-ui/src/components/unitNotes/EffectiveDateTime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ export default defineComponent({
}
)
watch(() => localState.isEffectiveDateTimeValid, (val: boolean) => {
emit('isValid', val)
})
return {
required,
effectiveDatePicker,
Expand Down

0 comments on commit b4263b9

Please sign in to comment.