mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 09:53:48 +00:00
fix: prevent showing stale data in Event Editor (#412)
This commit is contained in:
@@ -58,6 +58,7 @@ export default function EventEditor() {
|
||||
timerType={event.timerType}
|
||||
/>
|
||||
<EventEditorTitles
|
||||
key={event.id}
|
||||
eventId={event.id}
|
||||
title={event.title}
|
||||
presenter={event.presenter}
|
||||
|
||||
Reference in New Issue
Block a user