diff --git a/resources/assets/js/store/actions.js b/resources/assets/js/store/actions.js index ae63d62c4..0ff121aab 100644 --- a/resources/assets/js/store/actions.js +++ b/resources/assets/js/store/actions.js @@ -1324,6 +1324,9 @@ export default { } // state.cacheDialogs.some(dialog => { + if (dialog.name === undefined || dialog.dialog_delete === 1) { + return false; + } if (dialog.type == 'group' && dialog.group_type == 'task' && dialog.group_info.id == data.id) { if (data.name !== undefined) { dialog.name = data.name