mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 16:05:58 +00:00
fix(frontend): Make sure the schema is infered when the component is mounted (#520)
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
let syncCode: NodeJS.Timer
|
||||
|
||||
onMount(() => {
|
||||
inferSchema()
|
||||
syncCode = setInterval(() => {
|
||||
const newCode = editor?.getCode()
|
||||
if (newCode && code != newCode) {
|
||||
|
||||
Reference in New Issue
Block a user