fix: clear variable editor on close (#16623)
parent
1e41be33ce
commit
b71ef8a805
|
@ -67,9 +67,10 @@ type Props = ComponentProps & DispatchProps & StateProps
|
|||
class VariableFormContext extends PureComponent<Props> {
|
||||
render() {
|
||||
const props = {
|
||||
onHideOverlay: this.handleHideOverlay,
|
||||
...this.props,
|
||||
onHideOverlay: this.handleHideOverlay,
|
||||
}
|
||||
|
||||
return <VariableForm {...props} />
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue