chatflow/workflow add field required (#18892)

This commit is contained in:
Junjie.M
2025-04-27 16:12:02 +08:00
committed by GitHub
parent 0e0ec4691a
commit e3daef19e7
11 changed files with 26 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ const Panel: FC<NodePanelProps<HttpNodeType>> = ({
<div className='space-y-4 px-4 pb-4'>
<Field
title={t(`${i18nPrefix}.api`)}
required
operations={
<div className='flex'>
<div
@@ -126,6 +127,7 @@ const Panel: FC<NodePanelProps<HttpNodeType>> = ({
</Field>
<Field
title={t(`${i18nPrefix}.body`)}
required
>
<EditBody
nodeId={id}