Revert "Reset search when header button is clicked - Closes #1979 (#4309)"

This reverts commit 2e95a8a117.
This commit is contained in:
Prospector
2025-09-02 10:45:48 -07:00
parent 749fd32307
commit f48eaee336
2 changed files with 0 additions and 8 deletions

View File

@@ -54,7 +54,6 @@
v-if="!server && !flags.projectTypesPrimaryNav"
:links="selectableProjectTypes"
class="hidden md:flex"
@click="query = ''"
/>
</section>
<aside
@@ -386,9 +385,6 @@ await updateServerContext()
watch(route, () => {
updateServerContext()
if (!route.params.q) {
query.value = ''
}
})
async function updateServerContext() {