Skip to content

Commit

Permalink
fix: Stream feature view UI shows transformation issue (#3464)
Browse files Browse the repository at this point in the history
fix stream feature view UI shows transformation issue

Signed-off-by: hao-affirm <104030690+hao-affirm@users.noreply.github.com>

Signed-off-by: hao-affirm <104030690+hao-affirm@users.noreply.github.com>
  • Loading branch information
hao-affirm authored Jan 26, 2023
1 parent f873240 commit 1ef5137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const StreamFeatureViewOverviewTab = ({
</EuiTitle>
<EuiHorizontalRule margin="xs" />
<EuiCodeBlock language="py" fontSize="m" paddingSize="m">
{data.spec?.userDefinedFunction?.body}
{data.spec?.userDefinedFunction?.bodyText}
</EuiCodeBlock>
</EuiPanel>
</EuiFlexItem>
Expand Down

0 comments on commit 1ef5137

Please sign in to comment.