mirror of
https://github.com/usual2970/certimate.git
synced 2025-08-18 15:21:44 +00:00
feat: rename input
to inputs
, output
to outputs
This commit is contained in:
@@ -237,7 +237,7 @@ const DeployNodeForm = ({ node }: DeployFormProps) => {
|
||||
options={previousOutput.map((item) => {
|
||||
return {
|
||||
label: item.name,
|
||||
options: item.output?.map((output) => {
|
||||
options: item.outputs?.map((output) => {
|
||||
return {
|
||||
label: `${item.name} - ${output.label}`,
|
||||
value: `${item.id}#${output.name}`,
|
||||
|
Reference in New Issue
Block a user