diff --git a/frontend/src/lib/components/apps/editor/settingsPanel/ArrayStaticInputEditor.svelte b/frontend/src/lib/components/apps/editor/settingsPanel/ArrayStaticInputEditor.svelte index 4ce9d363bb..100ff30b5f 100644 --- a/frontend/src/lib/components/apps/editor/settingsPanel/ArrayStaticInputEditor.svelte +++ b/frontend/src/lib/components/apps/editor/settingsPanel/ArrayStaticInputEditor.svelte @@ -4,7 +4,6 @@ import { createEventDispatcher } from 'svelte' import type { InputType, StaticInput, StaticOptions } from '../../inputType' import SubTypeEditor from './SubTypeEditor.svelte' - import { flip } from 'svelte/animate' import { dndzone, SOURCES, TRIGGERS } from 'svelte-dnd-action' import { generateRandomString, pluralize } from '$lib/utils' import Toggle from '$lib/components/Toggle.svelte' @@ -280,7 +279,7 @@ on:finalize={handleFinalize} > {#each items as item, index (item.id)} -