Changes in Contact Request
This commit is contained in:
@@ -7,6 +7,8 @@ const dataStore = useDataStore()
|
|||||||
const query = ref('')
|
const query = ref('')
|
||||||
const supabase = useSupabaseClient()
|
const supabase = useSupabaseClient()
|
||||||
const toast = useToast()
|
const toast = useToast()
|
||||||
|
const router = useRouter()
|
||||||
|
|
||||||
|
|
||||||
const links = [{
|
const links = [{
|
||||||
label: 'Shortcuts',
|
label: 'Shortcuts',
|
||||||
@@ -105,7 +107,8 @@ const contactRequestData = ref({
|
|||||||
contactName: dataStore.activeProfile.fullName,
|
contactName: dataStore.activeProfile.fullName,
|
||||||
contactTel: dataStore.activeProfile.phoneMobile || dataStore.activeProfile.phoneHome,
|
contactTel: dataStore.activeProfile.phoneMobile || dataStore.activeProfile.phoneHome,
|
||||||
contactMail: dataStore.activeProfile.email,
|
contactMail: dataStore.activeProfile.email,
|
||||||
contactType: "Hilfe"
|
contactType: "Hilfe",
|
||||||
|
currentPath: router.currentRoute
|
||||||
})
|
})
|
||||||
|
|
||||||
const addContactRequest = async () => {
|
const addContactRequest = async () => {
|
||||||
|
|||||||
@@ -534,7 +534,7 @@ const footerLinks = [/*{
|
|||||||
|
|
||||||
|
|
||||||
<!-- ~/components/HelpSlideover.vue -->
|
<!-- ~/components/HelpSlideover.vue -->
|
||||||
<HelpSlideover />
|
<HelpSlideover/>
|
||||||
<!-- ~/components/NotificationsSlideover.vue -->
|
<!-- ~/components/NotificationsSlideover.vue -->
|
||||||
<NotificationsSlideover />
|
<NotificationsSlideover />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user