diff --git a/resources/js/components/EntityDetail.vue b/resources/js/components/EntityDetail.vue index 1e0efa51..881a5798 100644 --- a/resources/js/components/EntityDetail.vue +++ b/resources/js/components/EntityDetail.vue @@ -906,7 +906,6 @@ const dirtyValues = getDirtyValues(grps); const patches = []; const moderations = []; - console.log(dirtyValues, patches, moderations) if(Object.keys(dirtyValues).length == 0 ) return; for(let v in dirtyValues) { @@ -1102,7 +1101,6 @@ } else { leaveEntityRoom(channels.entity); channels.entity = null; - entityStore.unset(); return true; } }); @@ -1113,7 +1111,6 @@ return false; } else { state.hiddenAttributes = {}; - entityStore.unset(); leaveEntityRoom(channels.entity); channels.entity = joinEntityRoom(to.params.id); listenToList(channels.entity, [