Skip to content

Commit

Permalink
Redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Nov 15, 2023
1 parent 5ac4297 commit d9680b2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ export default defineComponent({
})
}
// Watch property access type and update model
watch(() => props.organization, (newVal) => {
state.selectedAccessType = newVal.accessType === AccessType.GOVN ? AccessType.GOVN : AccessType.REGULAR
}, { deep: true, immediate: true })
Expand Down

0 comments on commit d9680b2

Please sign in to comment.