- Fixed pagination not refreshing the data...
- Start creating single page of an Event
This commit is contained in:
@@ -29,6 +29,9 @@ const MyEventSchema = new Schema({
|
||||
details: {
|
||||
type: String,
|
||||
},
|
||||
bodytext: {
|
||||
type: String,
|
||||
},
|
||||
dateTimeStart: {
|
||||
type: Date,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user