fix(plugin-workflow-manaul): fix workflow title field in filter (#6480)

This commit is contained in:
Junyi 2025-03-17 10:18:24 +08:00 committed by GitHub
parent 34528c4b0c
commit f18ddcdad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,12 @@ const workflowCollection = {
{ {
type: 'string', type: 'string',
name: 'title', name: 'title',
interface: 'input',
uiSchema: {
title: '{{t("Name")}}',
type: 'string',
'x-component': 'Input',
},
}, },
], ],
}; };