This commit is contained in:
mbecker20
2025-08-19 15:52:58 -07:00
parent 4fe84c17fb
commit 8b1a3230c3

View File

@@ -191,7 +191,7 @@ export const MonacoDiffEditor = ({
original: string | undefined;
modified: string | undefined;
onModifiedValueChange?: (value: string) => void;
language: MonacoLanguage;
language: MonacoLanguage | undefined;
readOnly?: boolean;
containerClassName?: string;
hideUnchangedRegions?: boolean;