chore: Include test case title query in filters to improve UI consistency (#284)

This commit is contained in:
kimatata
2025-09-23 11:22:14 +09:00
committed by GitHub
parent 81805c605a
commit 0a8cccfad4
12 changed files with 164 additions and 215 deletions

View File

@@ -77,13 +77,13 @@ type CasesMessages = {
caseDescription: string;
create: string;
pleaseEnter: string;
filter: string;
clearAll: string;
apply: string;
selectPriorities: string;
selected: string;
type: string;
selectTypes: string;
searchPlaceholder: string;
};
type CaseMessages = {