|
|
@ -32,7 +32,7 @@ export const Group: React.FC = React.memo(() => {
|
|
|
|
<GroupIdContextProvider value={groupId}>
|
|
|
|
<GroupIdContextProvider value={groupId}>
|
|
|
|
<PageContent data-tc-role="content-group" sidebar={<Sidebar />}>
|
|
|
|
<PageContent data-tc-role="content-group" sidebar={<Sidebar />}>
|
|
|
|
{isValidStr(pinnedPanelId) ? (
|
|
|
|
{isValidStr(pinnedPanelId) ? (
|
|
|
|
<SplitPanel className="flex-auto">
|
|
|
|
<SplitPanel className="flex-auto w-full">
|
|
|
|
<div>{routeMatch}</div>
|
|
|
|
<div>{routeMatch}</div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<GroupPanelRender groupId={groupId} panelId={pinnedPanelId} />
|
|
|
|
<GroupPanelRender groupId={groupId} panelId={pinnedPanelId} />
|
|
|
|