We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5118c commit dad57eeCopy full SHA for dad57ee
1 file changed
web/src/lib/open-diff-dialog.svelte.ts
@@ -11,7 +11,7 @@ import { createTwoFilesPatch } from "diff";
11
export const PATCH_URL_PARAM = "patch_url";
12
13
export interface OpenDiffDialogProps {
14
- open: boolean;
+ open?: boolean;
15
}
16
17
export type OpenDiffDialogStateProps = WritableBoxedValues<{
0 commit comments