1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: exception on new scheduler tab

This commit is contained in:
2022-06-30 16:42:29 +02:00
committed by GitHub
parent 7702ca025f
commit a45d76e8b4

View File

@ -281,7 +281,7 @@ originalScheduler.value = {
state: 'DISABLE' state: 'DISABLE'
}; };
originalScheduler.value = JSON.parse(JSON.stringify(originalScheduler.value)); localScheduler.value = { ...originalScheduler.value };
setTimeout(() => { setTimeout(() => {
resizeQueryEditor(); resizeQueryEditor();