Skip to content

Commit

Permalink
chore(29358): bit of cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Jan 14, 2025
1 parent 05b96b8 commit a022962
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,6 @@ export const OperationNode: FC<NodeProps<OperationData>> = (props) => {
<>
<NodeWrapper route={`node/${DataHubNodeType.OPERATION}/${id}`} {...props}>
<VStack alignItems="flex-start">
{/*<HStack w="100%" justifyContent="space-around">*/}
{/* {isSerialiser && (*/}
{/* <Text fontSize="xs">{t('workspace.handles.operation', { context: OperationData.Handle.SCHEMA })}</Text>*/}
{/* )}*/}
{/* {isTransform && (*/}
{/* <>*/}
{/* <Text fontSize="xs">*/}
{/* {t('workspace.handles.operation', { context: OperationData.Handle.DESERIALISER })}*/}
{/* </Text>*/}
{/* <Text fontSize="xs">*/}
{/* {t('workspace.handles.operation', { context: OperationData.Handle.FUNCTION })}*/}
{/* </Text>*/}
{/* <Text fontSize="xs">*/}
{/* {t('workspace.handles.operation', { context: OperationData.Handle.SERIALISER })}*/}
{/* </Text>*/}
{/* </>*/}
{/* )}*/}
{/*</HStack>*/}

<VStack data-testid="node-model" alignItems="flex-start">
<NodeParams value={functionId || t('error.noSet.select')} />
{isSerialiser && (
Expand Down

0 comments on commit a022962

Please sign in to comment.