pull/4452/head
Conduitry 6 years ago
parent 148121dc49
commit 26819254d6

@ -332,7 +332,7 @@ export default class InlineComponentWrapper extends Wrapper {
contextual_dependencies.push(object.name, property.name); contextual_dependencies.push(object.name, property.name);
} }
const params: any[] = [x`#value`]; const params = [x`#value`];
if (contextual_dependencies.length > 0) { if (contextual_dependencies.length > 0) {
const args = []; const args = [];

Loading…
Cancel
Save