Fix: quickfixes to image upload flow

This commit is contained in:
Pieter Vander Vennet 2024-09-28 12:01:10 +02:00
parent ce363dfb59
commit ba1eb28f27
3 changed files with 12 additions and 9 deletions

View file

@ -7,7 +7,6 @@ import { Store, UIEventSource } from "../UIEventSource"
import { OsmConnection } from "../Osm/OsmConnection"
import { Changes } from "../Osm/Changes"
import Translations from "../../UI/i18n/Translations"
import NoteCommentElement from "../../UI/Popup/Notes/NoteCommentElement"
import { Translation } from "../../UI/i18n/Translation"
import { IndexedFeatureSource } from "../FeatureSource/FeatureSource"
import { GeoOperations } from "../GeoOperations"
@ -136,7 +135,7 @@ export class ImageUploadManager {
}
public async uploadImageWithLicense(
featureId: OsmId,
featureId: string,
author: string,
blob: File,
targetKey: string | undefined,