Fix country import; fix layout; bump to 0.3

This commit is contained in:
Claude Brisson
2024-02-21 23:19:52 +01:00
parent 999221de9d
commit 816ef24136
19 changed files with 44 additions and 30 deletions

View File

@@ -40,6 +40,7 @@ function search(needle) {
store('searchFormState', searchFormState);
api.postJson('search', search)
.then(result => {
console.log(result)
if (Array.isArray(result)) {
searchResult = result
let html = resultTemplate.render(result);