- Fixed pagination not refreshing the data...

- Start creating single page of an Event
This commit is contained in:
Paolo Arena
2019-11-06 22:29:29 +01:00
parent a54839e128
commit 0d776589f0
6 changed files with 50 additions and 8 deletions

View File

@@ -29,6 +29,9 @@ const MyEventSchema = new Schema({
details: {
type: String,
},
bodytext: {
type: String,
},
dateTimeStart: {
type: Date,
},