Skip to content

Commit

Permalink
(fix): update title in product form to be required in validation to p…
Browse files Browse the repository at this point in the history
…revent storefront error

Signed-off-by: jrw421 <jessica.wolvington@gmail.com>
  • Loading branch information
jrw421 committed Feb 1, 2021
1 parent 854c775 commit 879ef67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const useStyles = makeStyles((theme) => ({
const formSchema = new SimpleSchema({
title: {
type: String,
optional: true
optional: false
},
permalink: {
type: String,
Expand Down

0 comments on commit 879ef67

Please sign in to comment.