carnet panel contact
This commit is contained in:
parent
3a35d473bb
commit
05cff9a97c
@ -472,7 +472,8 @@ export default function CarnetPage() {
|
|||||||
id: path,
|
id: path,
|
||||||
title: vcfFile,
|
title: vcfFile,
|
||||||
content: vcfContent,
|
content: vcfContent,
|
||||||
folder: 'Contacts'
|
folder: 'Contacts',
|
||||||
|
mime: 'text/vcard'
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -527,7 +528,8 @@ export default function CarnetPage() {
|
|||||||
id: path,
|
id: path,
|
||||||
title: vcfFile,
|
title: vcfFile,
|
||||||
content: vcfContent,
|
content: vcfContent,
|
||||||
folder: 'Contacts'
|
folder: 'Contacts',
|
||||||
|
mime: 'text/vcard'
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user