Skip to content

Commit 684383d

Browse files
committed
Fix custom placeholders preview not showing external props
1 parent 0555c31 commit 684383d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/backend-api/client/src/features/feedConnections/components/CustomPlaceholdersTabSection/CustomPlaceholderPreview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const CustomPlaceholderPreview = ({
9090
formatTables: articleFormatOptions.formatTables,
9191
stripImages: articleFormatOptions.stripImages,
9292
},
93+
externalProperties: articleFormatOptions.externalProperties,
9394
},
9495
},
9596
};

0 commit comments

Comments
 (0)