We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f873240 commit 1ef5137Copy full SHA for 1ef5137
ui/src/pages/feature-views/StreamFeatureViewOverviewTab.tsx
@@ -56,7 +56,7 @@ const StreamFeatureViewOverviewTab = ({
56
</EuiTitle>
57
<EuiHorizontalRule margin="xs" />
58
<EuiCodeBlock language="py" fontSize="m" paddingSize="m">
59
- {data.spec?.userDefinedFunction?.body}
+ {data.spec?.userDefinedFunction?.bodyText}
60
</EuiCodeBlock>
61
</EuiPanel>
62
</EuiFlexItem>
0 commit comments