Fixed Profile Edit
This commit is contained in:
@@ -38,7 +38,6 @@ const emailSignature = ref(profileStore.activeProfile.emailSignature)
|
|||||||
const tiptapLoaded = ref(false)
|
const tiptapLoaded = ref(false)
|
||||||
const contentSaved = ref(true)
|
const contentSaved = ref(true)
|
||||||
const contentChanged = async (content) => {
|
const contentChanged = async (content) => {
|
||||||
console.log(tiptapLoaded)
|
|
||||||
emailSignature.value = content.html
|
emailSignature.value = content.html
|
||||||
if(tiptapLoaded.value === true) {
|
if(tiptapLoaded.value === true) {
|
||||||
contentSaved.value = false
|
contentSaved.value = false
|
||||||
@@ -74,7 +73,6 @@ const addToNewsletter = async () => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log(data)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const calcWeeklyWorkingHours = () => {
|
const calcWeeklyWorkingHours = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user