fix(dashboard): JSON view (#8038)
* updated json view * cleanup * cleanup
This commit is contained in:
committed by
GitHub
parent
566bbd5074
commit
4736d9e2dd
@@ -20,5 +20,5 @@ export const WorkflowExecutionPayloadSection = ({
|
||||
payload = { input: payload }
|
||||
}
|
||||
|
||||
return <JsonViewSection title="Payload" data={payload as object} />
|
||||
return <JsonViewSection data={payload as object} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user