This commit is contained in:
2026-07-10 19:52:06 +09:00
parent b98affbf99
commit 6b1583103f
19 changed files with 1515 additions and 98 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ export function renderB08Quantity(root: HTMLElement): void {
renderPendingWorkflow(root, {
title: L("B08_Quantity_Title"),
steps: workflowSteps(),
activeStep: 4,
activeStep: 5,
});
}