Skip to content

Commit 59f27d5

Browse files
committed
FLPATH-4255 | [DCM] Policy priority uniqueness constraint not communicated
1 parent ec2a672 commit 59f27d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

workspaces/dcm/plugins/dcm/src/pages/policies/components/PolicyFormFields.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ export function PolicyFormFields({
117117
<TextField
118118
label="Priority *"
119119
helperText={
120-
err('priority') ?? '1 (highest) – 1000 (lowest), default 500'
120+
err('priority') ??
121+
'1 (highest) – 1000 (lowest), default 500 — must be unique per policy type'
121122
}
122123
error={Boolean(err('priority'))}
123124
value={form.priority}

0 commit comments

Comments
 (0)