Skip to content

Commit

Permalink
fix: describe key property agnostically
Browse files Browse the repository at this point in the history
Closes #241
  • Loading branch information
Skaiir authored and fake-join[bot] committed Aug 18, 2022
1 parent 56f33db commit b7d2584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Key(props) {

return TextFieldEntry({
debounce,
description: 'Maps to a process variable',
description: 'Binds to a form variable',
element: field,
getValue,
id,
Expand Down

0 comments on commit b7d2584

Please sign in to comment.