Skip to content

Commit 497e1a5

Browse files
committed
missed a spot
1 parent cb4136c commit 497e1a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/feedback/src/screenshot/components/ScreenshotEditor.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { FeedbackDialog } from '@sentry/types';
1+
import type { FeedbackDialog, FeedbackInternalOptions } from '@sentry/types';
22
/* eslint-disable max-lines */
33
import type { ComponentType, VNode, h as hType } from 'preact';
44
// biome-ignore lint: needed for preact
@@ -17,6 +17,7 @@ interface FactoryParams {
1717
h: typeof hType;
1818
imageBuffer: HTMLCanvasElement;
1919
dialog: FeedbackDialog;
20+
options: FeedbackInternalOptions;
2021
}
2122

2223
interface Props {

0 commit comments

Comments
 (0)