Changed experience title to name for consistency

This commit is contained in:
Stefan Zermatten
2019-08-01 14:03:29 +02:00
parent c87a3a3f60
commit e29c77dc67
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import SimpleSchema from 'simpl-schema';
let ExperienceSchema = new SimpleSchema({
title: {
name: {
type: String,
optional: true,
},