forked from MapComplete/MapComplete
Use LoginToggle where possible,
This commit is contained in:
parent
e4c586ef99
commit
e31c87feab
9 changed files with 101 additions and 100 deletions
|
|
@ -23,6 +23,7 @@ import SearchAndGo from "../BigComponents/SearchAndGo"
|
|||
import ChangeTagAction from "../../Logic/Osm/Actions/ChangeTagAction"
|
||||
import { And } from "../../Logic/Tags/And"
|
||||
import { Tag } from "../../Logic/Tags/Tag"
|
||||
import { LoginToggle } from "./LoginButton"
|
||||
|
||||
interface MoveReason {
|
||||
text: Translation | string
|
||||
|
|
@ -220,7 +221,7 @@ export default class MoveWizard extends Toggle {
|
|||
|
||||
const dialogClasses = "p-2 md:p-4 m-2 border border-gray-400 rounded-xl flex flex-col"
|
||||
|
||||
const moveFlow = new Toggle(
|
||||
const moveFlow = new LoginToggle(
|
||||
new VariableUiElement(
|
||||
currentStep.map((currentStep) => {
|
||||
switch (currentStep) {
|
||||
|
|
@ -246,8 +247,8 @@ export default class MoveWizard extends Toggle {
|
|||
}
|
||||
})
|
||||
),
|
||||
loginButton,
|
||||
state.osmConnection.isLoggedIn
|
||||
undefined,
|
||||
state
|
||||
)
|
||||
let id = featureToMove.properties.id
|
||||
const backend = state.osmConnection._oauth_config.url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue