Conditional Rendering of Tabs within Drawer Not Working

If you’re hoping to hide the whole tabset for cases in which the drawer doesn’t have any related rows inside, you might try putting the tabset inside a wrapper, and conditionally rendering the wrapper only when the relevant model has rows.