mirror of
https://github.com/harness/drone.git
synced 2025-05-01 21:21:11 +00:00
Fix function name
This commit is contained in:
parent
e22f4b9c34
commit
6e7d1e39fe
@ -21,7 +21,7 @@ interface EditorProps {
|
||||
viewRef?: React.MutableRefObject<EditorView | undefined>
|
||||
}
|
||||
|
||||
export const Editor = React.memo(function GitBlameSourceViewer({
|
||||
export const Editor = React.memo(function CodeMirrorReactEditor({
|
||||
source,
|
||||
filename,
|
||||
onViewUpdate = noop,
|
||||
|
Loading…
x
Reference in New Issue
Block a user