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(),
|
||||
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 { Tag } from "../../Logic/Tags/Tag"
|
||||
import { WayId } from "../../Models/OsmFeature"
|
||||
import {Translation} from "../i18n/Translation";
|
||||
import { Translation } from "../i18n/Translation"
|
||||
|
||||
export default class ConfirmLocationOfPoint extends Combine {
|
||||
constructor(
|
||||
|
@ -42,7 +42,7 @@ export default class ConfirmLocationOfPoint extends Combine {
|
|||
cancel: () => void,
|
||||
closePopup: () => void,
|
||||
options?: {
|
||||
cancelIcon: BaseUIElement,
|
||||
cancelIcon: BaseUIElement
|
||||
cancelText?: string | Translation
|
||||
}
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue