AT:
- HiddenNodes property in report configuration needs to be updated to include active property, in order to be able to save the state when disabling the switch
The configuration should look like this:
{
...
hiddenNodes: {
active: false,
keys: []
}
}