forked from MapComplete/MapComplete
Fix: quickfixes to image upload flow
This commit is contained in:
parent
ce363dfb59
commit
ba1eb28f27
3 changed files with 12 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue