core: Fix destroy factory in data source refresh expander
This commit is contained in:
parent
b807505d55
commit
7b1618efde
|
@ -40,7 +40,7 @@ func (n *NodeRefreshableDataResource) DynamicExpand(ctx EvalContext) (*Graph, er
|
|||
a.Config = n.Config
|
||||
|
||||
return &NodeDestroyableDataResource{
|
||||
NodeAbstractResource: n.NodeAbstractResource,
|
||||
NodeAbstractResource: a,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue