Skip to content

Commit 2fc8ae6

Browse files
committed
style: clarify that value input is ignored for exists operator
1 parent 8d2dee3 commit 2fc8ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/policywizard/forms.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func (m *Model) buildForm() *huh.Form {
165165
huh.NewSelect[string]().Key("op").Title("Operator").
166166
Options(huh.NewOptions("==", "!=", ">", "<", ">=", "<=", "matches", "exists")...),
167167
huh.NewInput().Key("value").Title("Value").
168-
Description("The value to compare against (leave empty for exists)"),
168+
Description("The value to compare against (ignored for exists)"),
169169
))
170170

171171
case stepExprRaw:

0 commit comments

Comments
 (0)