set form isLive to default to true

This commit is contained in:
David Baldwynn 2017-07-26 18:33:00 -04:00
parent 699252b119
commit a1b8456a24

View file

@ -152,7 +152,7 @@ var FormSchema = new Schema({
},
isLive: {
type: Boolean,
default: false
default: true
},
design: {