|
|
@@ -558,7 +558,7 @@ export default function MainConsole(props: { type: WindowType }) {
|
|
|
function updateDuration(duration){
|
|
|
setDurationPicker(false)
|
|
|
const scenario = getScenario(health.windows,health.mode)
|
|
|
- updateEventDuration(scenario.timeline[0].event_id,scenario.target.start_timestamp+duration).then(res=>{
|
|
|
+ updateEventDuration(scenario.timeline[0].event_id,duration).then(res=>{
|
|
|
global.refreshWindow()
|
|
|
})
|
|
|
}
|