Fixed event popover not closing on submit
This was caused by a random stray isLoading
This commit is contained in:
@@ -13,7 +13,7 @@ export interface CalendarConfig {
|
||||
|
||||
export interface Calendar extends CalendarConfig {
|
||||
id?: number
|
||||
shortId: string
|
||||
shortId?: string
|
||||
name: string
|
||||
events: CalendarEvent[]
|
||||
state: CalendarState
|
||||
|
||||
Reference in New Issue
Block a user