@arsedizioni/ars-utils 19.0.144 → 19.0.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2461,6 +2461,7 @@ class ClipperService {
2461
2461
  const channel = ClipperChannels.find(x => x.value === n.channelId);
2462
2462
  if (channel) {
2463
2463
  channel.disabled = n.isEnabled !== true;
2464
+ channel.parentValue = n.channelId;
2464
2465
  channels.push(channel);
2465
2466
  }
2466
2467
  }