Formatting
This commit is contained in:
parent
2ecb60df37
commit
341d556331
2 changed files with 3 additions and 3 deletions
|
@ -160,7 +160,7 @@ export default class SimpleAddUI extends Toggle {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
cancelIcon: Svg.back_svg(),
|
cancelIcon: Svg.back_svg(),
|
||||||
cancelText: Translations.t.general.add.backToSelect
|
cancelText: Translations.t.general.add.backToSelect,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
|
@ -19,7 +19,7 @@ import { GlobalFilter } from "../../Logic/State/MapState"
|
||||||
import { VariableUiElement } from "../Base/VariableUIElement"
|
import { VariableUiElement } from "../Base/VariableUIElement"
|
||||||
import { Tag } from "../../Logic/Tags/Tag"
|
import { Tag } from "../../Logic/Tags/Tag"
|
||||||
import { WayId } from "../../Models/OsmFeature"
|
import { WayId } from "../../Models/OsmFeature"
|
||||||
import {Translation} from "../i18n/Translation";
|
import { Translation } from "../i18n/Translation"
|
||||||
|
|
||||||
export default class ConfirmLocationOfPoint extends Combine {
|
export default class ConfirmLocationOfPoint extends Combine {
|
||||||
constructor(
|
constructor(
|
||||||
|
@ -42,7 +42,7 @@ export default class ConfirmLocationOfPoint extends Combine {
|
||||||
cancel: () => void,
|
cancel: () => void,
|
||||||
closePopup: () => void,
|
closePopup: () => void,
|
||||||
options?: {
|
options?: {
|
||||||
cancelIcon: BaseUIElement,
|
cancelIcon: BaseUIElement
|
||||||
cancelText?: string | Translation
|
cancelText?: string | Translation
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in a new issue