Skip to content

Commit

Permalink
fix: correct model name
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Mar 27, 2020
1 parent 1f6d0f1 commit 44c0e60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

export default ({ createBase, context }) => {
const CmsGroup: any = compose(
withName("CmsContentModelGroup"),
withName(`CmsContentModelGroup_${context.cms.environment}`),
withFields({
name: string({ validation: validation.create("required") }),
slug: setOnce()(string({ validation: validation.create("required") })),
Expand Down

0 comments on commit 44c0e60

Please sign in to comment.