Fixed Profile Edit

This commit is contained in:
2024-12-28 14:44:07 +01:00
parent 98619a9082
commit 4dcce6238f

View File

@@ -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 = () => {