[agent-pipeline] pipe-20260311064710-y8yf round-9

This commit is contained in:
DDD1542
2026-03-11 16:04:46 +09:00
parent 3f8e995c87
commit 0eba11e047
3 changed files with 0 additions and 721 deletions

View File

@@ -72,7 +72,6 @@ const CONFIG_PANEL_MAP: Record<string, () => Promise<any>> = {
"repeat-container": () => import("@/lib/registry/components/repeat-container/RepeatContainerConfigPanel"),
"v2-repeat-container": () => import("@/lib/registry/components/v2-repeat-container/RepeatContainerConfigPanel"),
"repeater-field-group": () => import("@/components/webtypes/config/RepeaterConfigPanel"),
"v2-repeater": () => import("@/components/v2/config-panels/V2RepeaterConfigPanel"),
"simple-repeater-table": () => import("@/lib/registry/components/simple-repeater-table/SimpleRepeaterTableConfigPanel"),
"modal-repeater-table": () => import("@/lib/registry/components/modal-repeater-table/ModalRepeaterTableConfigPanel"),
"repeat-screen-modal": () => import("@/lib/registry/components/repeat-screen-modal/RepeatScreenModalConfigPanel"),