Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit a35aed4

Browse files
authored
Merge pull request #135 from akosbalasko/fix-no-tags-saved-on-edit
fix: tags saved on edit
2 parents 5278ed0 + a114632 commit a35aed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app-main/public/js/lessons/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export function addLesson() {
198198
if (lesson.id === id) {
199199
lesson.title = lessonInput.value;
200200
lesson.content = content;
201+
lesson.tags = tags;
201202
}
202203
return lesson;
203204
});

0 commit comments

Comments
 (0)