diff --git a/frontend/src/scenes/pipeline/hogfunctions/HogFunctionConfiguration.tsx b/frontend/src/scenes/pipeline/hogfunctions/HogFunctionConfiguration.tsx
index a41e56c5fe033..2d7d32ba85010 100644
--- a/frontend/src/scenes/pipeline/hogfunctions/HogFunctionConfiguration.tsx
+++ b/frontend/src/scenes/pipeline/hogfunctions/HogFunctionConfiguration.tsx
@@ -43,6 +43,9 @@ export interface HogFunctionConfigurationProps {
id?: string | null
displayOptions?: {
+ embedded?: boolean
+ hidePageHeader?: boolean
+ hideOverview?: boolean
showFilters?: boolean
showExpectedVolume?: boolean
showStatus?: boolean
@@ -167,6 +170,9 @@ export function HogFunctionConfiguration({
return
- This function was built from the template{' '} - {hogFunction.template.name}. If the template is updated, this - function is not affected unless you choose to update it. -
++ This function was built from the template{' '} + {hogFunction.template.name}. If the template is updated, + this function is not affected unless you choose to update it. +
- {templateHasChanged ? ( -The expected volume could not be calculated
- )} -The expected volume could not be calculated
+ )} +