Skip to content

Commit 1ef5137

Browse files
authored
fix: Stream feature view UI shows transformation issue (feast-dev#3464)
fix stream feature view UI shows transformation issue Signed-off-by: hao-affirm <[email protected]> Signed-off-by: hao-affirm <[email protected]>
1 parent f873240 commit 1ef5137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/pages/feature-views/StreamFeatureViewOverviewTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const StreamFeatureViewOverviewTab = ({
5656
</EuiTitle>
5757
<EuiHorizontalRule margin="xs" />
5858
<EuiCodeBlock language="py" fontSize="m" paddingSize="m">
59-
{data.spec?.userDefinedFunction?.body}
59+
{data.spec?.userDefinedFunction?.bodyText}
6060
</EuiCodeBlock>
6161
</EuiPanel>
6262
</EuiFlexItem>

0 commit comments

Comments
 (0)