summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/SettingsImportContacts.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Settings/SettingsImportContacts.vue')
-rw-r--r--src/components/Settings/SettingsImportContacts.vue15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/components/Settings/SettingsImportContacts.vue b/src/components/Settings/SettingsImportContacts.vue
index 608f054d..53cf2f01 100644
--- a/src/components/Settings/SettingsImportContacts.vue
+++ b/src/components/Settings/SettingsImportContacts.vue
@@ -1,3 +1,4 @@
+
<!--
- @copyright Copyright (c) 2018 Team Popcorn <teampopcornberlin@gmail.com>
-
@@ -19,7 +20,6 @@
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-->
-// ☞ 5bfb0d3f-5288-48ce-9dc1-94c2b08cf3ca
<template>
<div class="import-contact">
@@ -50,18 +50,6 @@ export default {
directives: {
clickOutside
},
- props: {
- importState: {
- type: Object,
- default: () => {
- return {
- total: 0,
- accepted: 0,
- denied: 0
- }
- }
- }
- },
data() {
return {
importDestination: ''
@@ -111,4 +99,3 @@ export default {
}
}
</script>
-// ☞ f34b2e1a-1610-4a5f-bdbf-9a83325796fe