Skip to content

Fixes ISSUE-55030: Prevents error when tab does not have a childTabSet

Now, before adding a new child tab to a childTabSet, we check if the childTabSet is null, and if so we create it and make it visible

Merge request reports