|
|
@ -1296,6 +1296,7 @@ export default class ContactsView extends Vue { |
|
|
|
* Uses platform service to handle platform-specific export logic |
|
|
|
*/ |
|
|
|
private async exportContactData(): Promise<void> { |
|
|
|
// Note that similar code is in DataExportSection.vue exportDatabase() |
|
|
|
try { |
|
|
|
// Fetch all contacts from database |
|
|
|
const allContacts = await this.$contacts(); |
|
|
|