Remove interaction for dynamic links
This commit is contained in:
parent
5c9c189319
commit
2ce3ebe06a
2 changed files with 2 additions and 18 deletions
|
@ -300,7 +300,7 @@ class ImportViewerGui extends Combine {
|
|||
const display_name = displayNameParam.data;
|
||||
const search = searchParam.data;
|
||||
if (display_name !== "" && search !== "") {
|
||||
return new ImportInspector({display_name, search}, state);
|
||||
return new ImportInspector({display_name, search}, undefined);
|
||||
}
|
||||
|
||||
if (ud === undefined || ud.loggedIn === false) {
|
||||
|
|
|
@ -387,21 +387,5 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Kincir Air"
|
||||
},
|
||||
"address": {
|
||||
"description": "Alamat",
|
||||
"name": "Alamat yang dikenal di OSM",
|
||||
"tagRenderings": {
|
||||
"fixme": {
|
||||
"question": "Apa yang harus diperbaiki di sini? Tolong jelaskan"
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bangunan ini tidak memiliki nomor rumah"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue