Compare commits

..

2 Commits

Author SHA1 Message Date
27609dc5e0 Removed debug output
ref #68
2021-02-18 17:13:58 +01:00
2b57d49e4e Dependency bump 👊
ref #68
2021-02-18 17:13:19 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@
"xlsx": "^0.16.9" "xlsx": "^0.16.9"
}, },
"devDependencies": { "devDependencies": {
"@odit/license-exporter": "0.0.9", "@odit/license-exporter": "^0.0.10",
"@snowpack/plugin-svelte": "3.5.2", "@snowpack/plugin-svelte": "3.5.2",
"auto-changelog": "^2.2.1", "auto-changelog": "^2.2.1",
"autoprefixer": "10.2.4", "autoprefixer": "10.2.4",

View File

@ -183,7 +183,6 @@
<h3 class="text-lg leading-6 font-medium text-gray-900"> <h3 class="text-lg leading-6 font-medium text-gray-900">
{$_('create-a-new-contact')} {$_('create-a-new-contact')}
</h3> </h3>
<p>{selected_team}</p>
<div class="mt-2 mb-6"> <div class="mt-2 mb-6">
<p class="text-sm text-gray-500"> <p class="text-sm text-gray-500">
Please provide the required information to add a new contact. Please provide the required information to add a new contact.