Merge remote-tracking branch 'origin/main' into feat/mcp

# Conflicts:
#	app/package.json
#	bun.lock
This commit is contained in:
dswbx
2025-08-06 08:44:46 +02:00
13 changed files with 37 additions and 38 deletions

View File

@@ -94,8 +94,8 @@ export const TriggerNode = (props: NodeProps<Node<TAppFlowTriggerSchema & { labe
control={control}
/>
</div>
{data.type === "manual" && <Manual />}
{data.type === "http" && (
{data?.type === "manual" && <Manual />}
{data?.type === "http" && (
<Http form={{ watch, register, setValue, getValues, control }} />
)}
</form>