forked from MapComplete/MapComplete
Refactoring of deleteWizard
This commit is contained in:
parent
b941fb2983
commit
fd90914c35
8 changed files with 207 additions and 206 deletions
|
@ -54,7 +54,7 @@ export default class MoreScreen extends Combine {
|
|||
if(searchTerm === "personal"){
|
||||
window.location.href = MoreScreen.createUrlFor({id: "personal"}, false, state).data
|
||||
}
|
||||
if(searchTerm === "bugs") {
|
||||
if(searchTerm === "bugs" || searchTerm === "issues") {
|
||||
window.location.href = "https://github.com/pietervdvn/MapComplete/issues"
|
||||
}
|
||||
if(searchTerm === "source") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue