mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
event API refract
using optimistic updates
This commit is contained in:
@@ -3,8 +3,8 @@ const event = {
|
||||
title: '',
|
||||
subtitle: '',
|
||||
presenter: '',
|
||||
timeStart: new Date(),
|
||||
timeEnd: new Date(),
|
||||
timeStart: null,
|
||||
timeEnd: null,
|
||||
clockStarted: null,
|
||||
type: 'event',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user