core: Fix destroy factory in data source refresh expander

pull/14098/head
Chris Marchesi 9 years ago committed by Martin Atkins
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…
Cancel
Save