Skip to content

Commit

Permalink
Merge pull request #1184 from fatfreecrm/demo-data-field-validity
Browse files Browse the repository at this point in the history
Fix db/demo/field_groups.yml to generate valid entries
  • Loading branch information
CloCkWeRX authored Oct 25, 2023
2 parents 1823e27 + e13b21e commit e6883b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/demo/field_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ field_group_<%= i %>:
id : <%= i %>
klass_name : <%= klasses[i-1] %>
name : "Extra"
position : 1
position : 1,
label : "Extra"
<% end %>

0 comments on commit e6883b0

Please sign in to comment.