Skip to content

Commit

Permalink
fix: remove extra characters in key
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahad committed May 19, 2020
1 parent 06cd72b commit a8e148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefabs/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
value: '',
label: 'Input',
key: 'actionInputId-f',
key: 'actionInputId',
type: 'ACTION_INPUT',
},
{
Expand Down

0 comments on commit a8e148d

Please sign in to comment.