Minor syntax error
This commit is contained in:
parent
17106ad3e7
commit
eed9a55a90
@ -16,7 +16,7 @@ classes.schema = new SimpleSchema({
|
||||
hour: {type: String},
|
||||
teacher: {type: String},
|
||||
name: {type: String, label: "Class Name"},
|
||||
status: {type: boolean, defaultValue: false},
|
||||
status: {type: Boolean, defaultValue: false},
|
||||
code: {type: String, optional: true},
|
||||
privacy: {type: String},
|
||||
category: {type: String},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user