Skip to content

Commit 957d75e

Browse files
committed
updates the completion status when quick editing a channel folder
1 parent eed1720 commit 957d75e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contentcuration/contentcuration/frontend/channelEdit/components/QuickEditModal/EditTitleDescriptionModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
id: nodeId,
9999
title: title.trim(),
100100
description: description.trim(),
101+
checkComplete: true,
101102
});
102103
/* eslint-disable-next-line kolibri/vue-no-undefined-string-uses */
103104
this.$store.dispatch('showSnackbarSimple', commonStrings.$tr('changesSaved'));

0 commit comments

Comments
 (0)