diff --git a/resources/assets/js/store/actions.js b/resources/assets/js/store/actions.js index ac0f5203b..f6358fa46 100644 --- a/resources/assets/js/store/actions.js +++ b/resources/assets/js/store/actions.js @@ -2297,6 +2297,9 @@ export default { if (data.mtype == 'tag') { updateData.has_tag = true; } + if (data.mtype == 'todo') { + updateData.has_todo = true; + } if (data.mtype == 'image') { updateData.has_image = true; }