diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..1b437ce3 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,12 @@ +.git +node_modules +.eslint* +.prettier* +.git* +.vscode +README.md +Dockerile* +docker-compose.yml +public +.svelte-kit +build \ No newline at end of file diff --git a/src/lib/components/input/MultiSelect.svelte b/src/lib/components/input/MultiSelect.svelte index 16004b8f..1421c4d8 100644 --- a/src/lib/components/input/MultiSelect.svelte +++ b/src/lib/components/input/MultiSelect.svelte @@ -19,7 +19,7 @@ > {#each options as option, index}