Struggling with group hiding

Hi, I'm using version 2.0.6 and have issues hiding a group. I have a tab named "Home" and a group "Group1", so I'm basically sending this message to the UI control node:

{
  payload: {
    group: {
      hide: [ 'Home_Group1' ]
    }
  }
}

but the group is not hidden. I must be missing something obvious but what ?

flows.json (2.3 KB)

Looks like it was a bug, deleting msg.socketidfixed the issue.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.