fix(M01): 시놀로지가 덮어쓴 옛 사본을 되돌림 — 「단가산출 로직」 이름 되살림

앞 auto 커밋이 옛 사본을 올려 이름 바꾸기가 취소돼 있었음. 네 파일을 그 앞 판으로.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QqkvdyxUtANWroVKpQUyxE
This commit is contained in:
2026-09-22 18:55:23 +09:00
co-authored by Claude Opus 5
parent f1acbb77b9
commit 6bee66baef
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -262,7 +262,7 @@ export async function mountM01LogicLab(
// 왼쪽 「전체」 + 구분 → 상세구분 거름 — 고르면 목록으로 돌아와 그 범위만
filterHost.replaceChildren(
side.filter({
id: "로직시험|",
id: "로직|",
store: "m01.filter.로직시험",
subs,
total: list.total(),
@@ -421,7 +421,7 @@ export async function mountM01LogicLab(
],
}),
);
side.labHost.replaceChildren(filterHost);
side.logicHost.replaceChildren(filterHost);
show(null);
showLoadingOverlay();
const openKeyOn = async (key: string): Promise<void> => {