1
0
Fork 0
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:
maeligg 2021-06-07 10:02:18 +02:00
parent 22511c0a82
commit c26c7aa263

View file

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