From 3afe5191767d8d91f9ce4b33b5a836436c06028a Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Mon, 17 Mar 2025 09:17:17 +0000 Subject: [PATCH] Fix link to module types in config editor --- scripts/settings/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/settings/src/App.tsx b/scripts/settings/src/App.tsx index 36de7d8..8e30900 100644 --- a/scripts/settings/src/App.tsx +++ b/scripts/settings/src/App.tsx @@ -204,7 +204,7 @@ function ModuleTypes({ stepType, setEnabledModules, enabledModules, configValues {stepType} - Select the {stepType} you wish to enable. Drag to reorder. + Select the {stepType} you wish to enable. Drag to reorder. {showError ? Only one {stepType.slice(0,-1)} can be enabled at a time. : null}