We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c333a6 + fb2f0cb commit 55597a6Copy full SHA for 55597a6
src/containers/Inspector.tsx
@@ -131,7 +131,7 @@ const Inspector: React.FC<IProps> = (props) => {
131
132
return (
133
<>
134
- <AppBar position="static" elevation={0} color="default">
+ <AppBar position="static" elevation={0}>
135
<Toolbar>
136
<img
137
height="30"
src/containers/JSONRPCRequest.tsx
@@ -24,8 +24,6 @@ const JSONRPCRequest: React.FC<IProps> = (props) => {
24
25
function handleEditorDidMount(_: any, editor: any) {
26
editorRef.current = editor;
27
- // Now you can use the instance of monaco editor
28
- // in this component whenever you want
29
const modelName = props.openrpcMethodObject ? props.openrpcMethodObject.name : "inspector";
30
const modelUriString = `inmemory://${modelName}.json`;
31
monaco
0 commit comments