Fix country import; fix layout; bump to 0.3
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user