Skip to content

Commit

Permalink
remove validation from team member description (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
haveanicedavid authored Jul 13, 2022
1 parent 63a245f commit 1981b58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schemas/objects/sections/regenTeamMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default {
title: 'Description',
name: 'description',
type: 'text',
validation: Rule => Rule.required(),
},
{
title: 'Image',
Expand Down

0 comments on commit 1981b58

Please sign in to comment.