fix: exception on new scheduler tab

This commit is contained in:
Fabio Di Stasio 2022-06-30 16:42:29 +02:00 committed by GitHub
parent 7702ca025f
commit a45d76e8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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