Make category optionnal and hide it from the form
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -53,7 +53,7 @@ export interface IEvent {
|
||||
title: string;
|
||||
slug: string;
|
||||
description: string;
|
||||
category: Category;
|
||||
category: Category|null;
|
||||
|
||||
beginsOn: Date;
|
||||
endsOn: Date;
|
||||
|
||||
Reference in New Issue
Block a user