feat: [FC-0070] rendering library content in unit page (#1475)
The enables opening a Library Content page within the new Studio unit page. This page displays the xBlocks from the specified library and provides basic configuration options for the library.
This commit is contained in:
@@ -72,7 +72,7 @@ const ComponentModalView = ({
|
||||
<OverlayTrigger
|
||||
placement="right"
|
||||
overlay={(
|
||||
<Tooltip>
|
||||
<Tooltip id={`${componentTemplate.displayName}-support-tooltip`}>
|
||||
{supportLabels[componentTemplate.supportLevel].tooltip}
|
||||
</Tooltip>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user