diff --git a/src/UI/Image/UploadImage.svelte b/src/UI/Image/UploadImage.svelte index 371855356f..3fba50d780 100644 --- a/src/UI/Image/UploadImage.svelte +++ b/src/UI/Image/UploadImage.svelte @@ -4,7 +4,7 @@ */ import type { SpecialVisualizationState } from "../SpecialVisualization" - import { ImmutableStore, Store } from "../../Logic/UIEventSource" + import { ImmutableStore, UIEventSource } from "../../Logic/UIEventSource" import type { OsmTags } from "../../Models/OsmFeature" import LoginToggle from "../Base/LoginToggle.svelte" import Translations from "../i18n/Translations" @@ -16,7 +16,7 @@ export let state: SpecialVisualizationState - export let tags: Store + export let tags: UIEventSource export let targetKey: string = undefined /** * Image to show in the button @@ -45,7 +45,7 @@ - +
@@ -60,7 +60,7 @@ {#if image !== undefined} {:else} - +