fix(plugin-workflow-custom-action-trigger): fix locales (#4298)

This commit is contained in:
Junyi 2024-05-09 14:58:46 +08:00 committed by GitHub
parent 4522dd09f3
commit 65f8bd48ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -461,7 +461,7 @@ export function WorkflowConfig() {
}),
'customize:triggerWorkflows': t(
'Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with "Custom action event".',
{ ns: 'workflow' },
{ ns: '@nocobase/plugin-workflow-custom-action-trigger' },
),
'customize:triggerWorkflows_deprecated': t(
'"Submit to workflow" to "Post-action event" is deprecated, please use "Custom action event" instead.',

View File

@ -124,7 +124,6 @@ export default class extends Trigger {
'x-decorator': 'FormItem',
'x-component': 'AppendsTreeSelect',
'x-component-props': {
title: 'Preload associations',
multiple: true,
useCollection() {
const { values } = useForm();