Skip to content

Commit 425e9cf

Browse files
committed
Merge branch 'elsa-0.1.x'
2 parents 3944f67 + 02fea81 commit 425e9cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

framework/elsa/fit-elsa-react/src/components/end/OutputVariableRow.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {JadeInput} from '@/components/common/JadeInput.jsx';
1212
import PropTypes from 'prop-types';
1313
import {useTranslation} from 'react-i18next';
1414
import {JadeStopPropagationSelect} from '@/components/common/JadeStopPropagationSelect.jsx';
15+
import {DATA_TYPES} from '@/common/Consts.js';
1516

1617
/**
1718
* 输出变量的每个条目
@@ -119,6 +120,7 @@ const _OutputVariableRow = ({item, handleItemChange, shapeStatus}) => {
119120
if (value === 'Input') {
120121
changes = [
121122
{key: 'from', value: value},
123+
{key: 'type', value: DATA_TYPES.STRING},
122124
{key: 'value', value: ''},
123125
{key: 'referenceNode', value: ''},
124126
{key: 'referenceId', value: ''},

0 commit comments

Comments
 (0)