also update schema when moving flow

This commit is contained in:
Ruben Fiszel
2023-01-09 17:26:45 +01:00
parent e676c18b5f
commit 18946918c3
@@ -48,7 +48,8 @@
path: path ?? '',
summary: summary ?? '',
description: flow.description,
value: flow.value
value: flow.value,
schema: flow.schema
}
})
} else if (kind == 'script') {