mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:46:08 +00:00
fix(plugin-workflow): fix calculation node
This commit is contained in:
parent
faaaf2e6d3
commit
b348a415d2
@ -212,7 +212,7 @@ const defaultFieldNames = { value: 'value', label: 'label' };
|
||||
|
||||
export function TextArea(props) {
|
||||
const { wrapSSR, hashId, componentCls } = useStyles();
|
||||
const { value = '', scope, onChange, changeOnSelect, style } = props;
|
||||
const { value = '', scope, onChange, changeOnSelect, style, fieldNames } = props;
|
||||
const inputRef = useRef<HTMLDivElement>(null);
|
||||
const [options, setOptions] = useState([]);
|
||||
const form = useForm();
|
||||
|
Loading…
Reference in New Issue
Block a user