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