mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-21 03:52:05 -05:00
[PR #867] fix: remove duplicate search #7211
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/867
Author: @zaaakher
Created: 5/15/2026
Status: 🔄 Open
Base:
canary← Head:fix-search-filter📝 Commits (1)
b4380e6fix: remove duplicate search📊 Changes
2 files changed (+3 additions, -21 deletions)
View changed files
➕
app/pnpm-workspace.yaml(+2 -0)📝
app/src/components/TemplateGrid.tsx(+1 -21)📄 Description
What is this PR about?
There was an issue in the search functionality where it kept showing strapi cards even though the search has nothing to do with strapi..
There was a duplicate search functionality in an useEffect that caused the issue. I noticed the issue couldn't be replicated in local development but removing that useEffect didn't break anything.
Screenshots or Videos
Note: the
pnpm-workspace.yamlwas added automatically when using pnpm v11🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.