Skip to content

Commit 03af1db

Browse files
trcaziercgun-odoo
andcommitted
[IMP] awesome_owl: add missing ;
Co-authored-by: Cemal Faruk Güney <[email protected]>
1 parent bf99024 commit 03af1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awesome_owl/static/src/todo_list/todo_list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class TodoList extends Component {
77
static components = { TodoItem }
88

99
setup() {
10-
useAutoFocus("todo-input")
10+
useAutoFocus("todo-input");
1111
this.state = useState({todos: {
1212
2: { description: "penser à acheter du lait", isCompleted: false },
1313
3: { description: "penser à acheter des tomates cerises", isCompleted: true }

0 commit comments

Comments
 (0)