Skip to content

Commit

Permalink
removing column type
Browse files Browse the repository at this point in the history
  • Loading branch information
chinnamatli kusumalatha authored and chinnamatli kusumalatha committed Jan 30, 2025
1 parent 8779d19 commit 25b5a3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export function DecisionTableOutputHeaderCell(props: {
)}
{root?.output && root.output.length > 1 ? (
<TypeRefField
alternativeFieldName={root?.output.length === 1 ? "Column Type" : undefined}
isReadOnly={cellMustHaveSameTypeAsRoot ? true : props.isReadOnly}
dmnEditorRootElementRef={dmnEditorRootElementRef}
typeRef={cellMustHaveSameTypeAsRoot ? root?.["@_typeRef"] : cell?.["@_typeRef"]}
Expand Down

0 comments on commit 25b5a3f

Please sign in to comment.