Skip to content

Commit d8c9a28

Browse files
committed
Remove unused onActionChipClick prop from InlineContentPreview
1 parent 172c323 commit d8c9a28

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

content-gen/src/app/frontend/src/components/InlineContentPreview.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ interface InlineContentPreviewProps {
2929
isLoading?: boolean;
3030
selectedProduct?: Product;
3131
imageGenerationEnabled?: boolean;
32-
onActionChipClick?: (action: string) => void;
3332
}
3433

3534
// Custom hook for responsive breakpoints
@@ -51,7 +50,6 @@ export function InlineContentPreview({
5150
isLoading,
5251
selectedProduct,
5352
imageGenerationEnabled = true,
54-
onActionChipClick,
5553
}: InlineContentPreviewProps) {
5654
const { text_content, image_content, violations, requires_modification, error, image_error, text_error } = content;
5755
const [copied, setCopied] = useState(false);

0 commit comments

Comments
 (0)