mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
chore: rename blocks to groups
This commit is contained in:
committed by
Carlos Valente
parent
486d89ecf4
commit
e5d2457717
@@ -6,8 +6,8 @@ const baseState: RuntimeState = {
|
||||
clock: 0,
|
||||
eventNow: null,
|
||||
eventNext: null,
|
||||
blockNow: null,
|
||||
blockNext: null,
|
||||
groupNow: null,
|
||||
groupNext: null,
|
||||
nextFlag: null,
|
||||
runtime: {
|
||||
selectedEventIndex: null,
|
||||
@@ -40,7 +40,7 @@ const baseState: RuntimeState = {
|
||||
_rundown: {
|
||||
totalDelay: 0,
|
||||
},
|
||||
_block: null,
|
||||
_group: null,
|
||||
_end: null,
|
||||
_flag: null,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user