[DOC] minor fix - missing this.

Proposed by @obayit with https://github.com/odoo/owl/pull/689
This commit is contained in:
Simon Genin
2020-11-02 16:32:10 +01:00
parent ac9cc91701
commit 323cb61d2c
+1 -1
View File
@@ -96,7 +96,7 @@ class OrderLine extends Component {
</div>`;
add() {
this.trigger("add-to-order", { line: props.line });
this.trigger("add-to-order", { line: this.props.line });
}
}