fix failed fetches caching in app state

This commit is contained in:
Jai A
2024-12-14 22:16:15 -07:00
parent b5d788ca6c
commit 5f7d550a5a
2 changed files with 17 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<input
v-model="searchFilter"
type="text"
:placeholder="`Search content...`"
:placeholder="`Search ${filteredProjects.length} project${filteredProjects.length === 1 ? '' : 's'}...`"
class="text-input search-input"
autocomplete="off"
/>