From da9ce3a058e010e5bfdcacea8ccc874df11fc4c0 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Thu, 10 Sep 2026 12:50:37 +0900 Subject: [PATCH] fix(search): isolate generated empty-status semantic patch Isolate only the generated SearchLayout live-region change on protected-develop ancestry so Git can perform an ordinary three-way integration into the active Search owner without copying stale generated customer-copy source. Signed-off-by: Seongho Bae --- frontend/src/components/SearchLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/SearchLayout.tsx b/frontend/src/components/SearchLayout.tsx index 92f16b184..e94897e57 100644 --- a/frontend/src/components/SearchLayout.tsx +++ b/frontend/src/components/SearchLayout.tsx @@ -617,7 +617,7 @@ export function SearchLayout() { {error} ) : filteredResults.length === 0 ? ( -
+
맥락 검색 결과가 없습니다.
) : (