release/2.17.1.2411.01

This commit is contained in:
lys 2024-11-27 14:42:04 +08:00
parent ce4c2a7c72
commit b0b67230ce
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class PersonalScopeModal extends Component {
break;
case "SQL":
return <div style={{ display: "flex", alignItems: "center" }}>
<WeaTextarea minRows={2} viewAttr={3} style={{ width: 270 }} value={targetTypeIds}
<WeaTextarea minRows={2} viewAttr={3} style={{ width: 270 }} value={targetTypeIdsNames}
onChange={val => this.setState({ targetTypeIds: val, targetTypeIdsNames: val })}/>
<WeaHelpfulTip style={{ marginLeft: 10 }} width={200} placement="topLeft" title={<SQLHelpTip/>}/>
</div>;