Skip to content

Commit

Permalink
Merge pull request #340 from reactioncommerce/fix-304-jrw421-product-…
Browse files Browse the repository at this point in the history
…title

Fix: Make title in product form required in validation to prevent error in storefront
  • Loading branch information
jrw421 authored Feb 5, 2021
2 parents 0484701 + 879ef67 commit fa2bda7
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 fa2bda7

Please sign in to comment.