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