fix mobile editor email (#660)
This commit is contained in:
@@ -150,7 +150,7 @@ export default {
|
|||||||
const breakpoints = useBreakpoints(breakpointsTailwind)
|
const breakpoints = useBreakpoints(breakpointsTailwind)
|
||||||
const isVisible = ref(breakpoints.smaller("md"))
|
const isVisible = ref(breakpoints.smaller("md"))
|
||||||
watch(isVisible, (newValue) => {
|
watch(isVisible, (newValue) => {
|
||||||
if (newValue) {
|
if (newValue && form?.value && form?.value?.id) {
|
||||||
opnFetch('/open/forms/' + form.value.id + '/mobile-editor-email')
|
opnFetch('/open/forms/' + form.value.id + '/mobile-editor-email')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user