mirror of
https://github.com/TheThomaas/my-online-cookbook.git
synced 2026-01-10 20:01:47 +00:00
Fix bug with first search
This commit is contained in:
parent
22511c0a82
commit
c26c7aa263
|
|
@ -7,7 +7,7 @@
|
|||
} else {
|
||||
fetch('/search.json').then(res => res.json()).then(res => {
|
||||
sessionStorage.setItem('searchResults', JSON.stringify(res));
|
||||
searchResults = JSON.stringify(res);
|
||||
searchResults = res;
|
||||
});
|
||||
}
|
||||
" @input="
|
||||
|
|
|
|||
Loading…
Reference in a new issue