Allow to view more than 10 drafts events on my events view
Closes #993 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -54,7 +54,7 @@ export interface IUser extends ICurrentUser {
|
||||
disabled: boolean;
|
||||
participations: Paginate<IParticipant>;
|
||||
mediaSize: number;
|
||||
drafts: IEvent[];
|
||||
drafts: Paginate<IEvent>;
|
||||
settings: IUserSettings;
|
||||
activitySettings: IActivitySetting[];
|
||||
followedGroupEvents: Paginate<IFollowedGroupEvent>;
|
||||
|
||||
Reference in New Issue
Block a user