Fixed modal multiselect

ref #50
This commit is contained in:
Nicolai Ort 2021-02-17 20:15:11 +01:00
parent 1586c2f9e6
commit 46cd262fab

View File

@ -12,7 +12,7 @@
import Toastify from "toastify-js"; import Toastify from "toastify-js";
export let modal_open; export let modal_open;
export let current_contacts; export let current_contacts;
$: selected_team = undefined; $: selected_team = [];
let firstname_input; let firstname_input;
let lastname_input; let lastname_input;
let middlename_input; let middlename_input;
@ -184,6 +184,7 @@
<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.