fix: textareaFormula设置初始化值

This commit is contained in:
wutong25 2023-11-09 18:51:52 +08:00
parent ee07dfeafa
commit 0ae419e589

View File

@ -145,7 +145,7 @@ export class TextareaFormulaControl extends React.Component<
constructor(props: TextareaFormulaControlProps) {
super(props);
this.state = {
value: '',
value: this.props.value || '',
variables: [],
formulaPickerOpen: false,
formulaPickerValue: '',