disable sync
This commit is contained in:
parent
89ec87d32a
commit
5d0abe4151
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export function repl({
|
|||
onToggle,
|
||||
editPattern,
|
||||
onUpdateState,
|
||||
sync = true,
|
||||
sync = false,
|
||||
}) {
|
||||
const state = {
|
||||
schedulerError: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue