feat: added logic to search test cases by title and description (#337)

This commit is contained in:
Matheus Santana
2025-11-15 06:21:30 -03:00
committed by GitHub
parent 068e077805
commit 7db464e28b
10 changed files with 44 additions and 36 deletions

View File

@@ -79,6 +79,7 @@ type CasesMessages = {
noCasesFound: string;
caseTitle: string;
caseDescription: string;
caseTitleOrDescription: string;
create: string;
pleaseEnter: string;
filter: string;