mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
feat: edit groups
This commit is contained in:
committed by
Carlos Valente
parent
4c08482258
commit
473f50b493
@@ -24,6 +24,7 @@ interface EventBlockTimerProps {
|
||||
showLabels?: boolean;
|
||||
}
|
||||
|
||||
export default memo(TimeInputFlow);
|
||||
function TimeInputFlow(props: EventBlockTimerProps) {
|
||||
const { eventId, countToEnd, timeStart, timeEnd, duration, timeStrategy, linkStart, delay, showLabels } = props;
|
||||
const { updateEntry, updateTimer } = useEntryActions();
|
||||
@@ -135,5 +136,3 @@ function TimeInputFlow(props: EventBlockTimerProps) {
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default memo(TimeInputFlow);
|
||||
|
||||
Reference in New Issue
Block a user