This commit is contained in:
Marshal
2026-07-09 08:41:15 +00:00
parent 15707d9070
commit 6c54493bbc
2 changed files with 11 additions and 0 deletions

View File

@@ -313,6 +313,7 @@ const RuleEngineFormDialog = ({
<TextInput
key={field.name}
label={label}
description={field.description}
type={isNumber ? "number" : field.type === "date" ? "date" : "text"}
// Every rule-engine number (sizes, capacities, counts, points, rates,
// display order) is a non-negative magnitude — reject negatives outright