carnet panel contact

This commit is contained in:
alma 2025-04-20 21:11:04 +02:00
parent 3a35d473bb
commit 05cff9a97c

View File

@ -472,7 +472,8 @@ export default function CarnetPage() {
id: path,
title: vcfFile,
content: vcfContent,
folder: 'Contacts'
folder: 'Contacts',
mime: 'text/vcard'
}),
});
@ -527,7 +528,8 @@ export default function CarnetPage() {
id: path,
title: vcfFile,
content: vcfContent,
folder: 'Contacts'
folder: 'Contacts',
mime: 'text/vcard'
}),
});