feat: Add support for array result type in SwitchOutputView component
This commit is contained in:
parent
4f20da7228
commit
46313155b3
1 changed files with 7 additions and 0 deletions
|
|
@ -48,6 +48,13 @@ export default function SwitchOutputView(nodeId): JSX.Element {
|
|||
columnMode="union"
|
||||
/>
|
||||
</Case>
|
||||
<Case condition={resultType === "array"}>
|
||||
<RecordsOutputComponent
|
||||
rows={resultMessage}
|
||||
pagination={true}
|
||||
columnMode="union"
|
||||
/>
|
||||
</Case>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue