Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli committed Aug 29, 2024
1 parent 854a9ee commit b81ab7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/CodeEditorV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const CodeEditor = ({
schema?: string
readOnly?: boolean
onChange?: (text: string) => void
// A "Reset" button will be shown if and only if this prop is provided.
defaultContent?: string
}) => {
const { isDarkMode } = useUserPreferences()
Expand Down

0 comments on commit b81ab7f

Please sign in to comment.