mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-06 10:27:22 +00:00
fix bug
This commit is contained in:
parent
822d676605
commit
4635a556e3
@ -28,7 +28,7 @@ export default class VariableBindDialog extends Component<{
|
|||||||
];
|
];
|
||||||
|
|
||||||
state = {
|
state = {
|
||||||
visiable: true,
|
visiable: false,
|
||||||
selectedVariableName: '',
|
selectedVariableName: '',
|
||||||
variableContext: '',
|
variableContext: '',
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user