fixes
This commit is contained in:
@@ -140,7 +140,7 @@ export function ResourceDetail({ resource, basePath }: ResourceDetailProps) {
|
|||||||
return (
|
return (
|
||||||
<TabPanel key={t.key} value={tabIndex} index={i + 1}>
|
<TabPanel key={t.key} value={tabIndex} index={i + 1}>
|
||||||
{sub.streaming ? (
|
{sub.streaming ? (
|
||||||
<SseStreamView resource={sub} pathParams={{ [pathParam]: Number(id!) }} />
|
<SseStreamView resource={sub} pathParams={{ [pathParam]: id! }} />
|
||||||
) : null}
|
) : null}
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user