fix(FE): Fix typos and dates
This commit is contained in:
parent
3f49b3c085
commit
cd7627b3bb
3 changed files with 41 additions and 8 deletions
|
@ -6,7 +6,7 @@ export interface calendarShowEvent {
|
|||
title: string,
|
||||
color: string,
|
||||
start: Date,
|
||||
end: Date
|
||||
end: Date,
|
||||
timed: boolean,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue