mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:25:15 +00:00
fix(plugin-workflow): add missed component (#3007)
This commit is contained in:
parent
e73ad1b98b
commit
61d14309ed
@ -2,7 +2,7 @@ import { ArrayItems } from '@formily/antd-v5';
|
||||
|
||||
import { defaultFieldNames } from '@nocobase/client';
|
||||
import { NAMESPACE } from '../locale';
|
||||
import { WorkflowVariableInput } from '../variable';
|
||||
import { WorkflowVariableInput, WorkflowVariableJSON } from '../variable';
|
||||
|
||||
export default {
|
||||
title: `{{t("HTTP request", { ns: "${NAMESPACE}" })}}`,
|
||||
@ -172,6 +172,7 @@ export default {
|
||||
components: {
|
||||
ArrayItems,
|
||||
WorkflowVariableInput,
|
||||
WorkflowVariableJSON,
|
||||
},
|
||||
useVariables({ key, title }, { types, fieldNames = defaultFieldNames }) {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user