mirror of
https://github.com/Fabio286/antares.git
synced 2025-05-05 04:10:35 +02:00
fix: exception on new scheduler tab
This commit is contained in:
parent
7702ca025f
commit
a45d76e8b4
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user