Remove interaction for dynamic links

This commit is contained in:
pietervdvn 2022-01-27 20:15:28 +01:00
parent 5c9c189319
commit 2ce3ebe06a
2 changed files with 2 additions and 18 deletions

View file

@ -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) {

View file

@ -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"
}
}
}
}
}
}
}