Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timtmok committed Apr 10, 2024
1 parent f6caea6 commit bd8e434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion positron/comms/plot-backend-openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"description": "The requested plot format",
"schema": {
"type": "string"
}
},
"required": false
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const showSavePlotModalDialog = (
renderer.render(
<SavePlotModalDialog
layoutService={layoutService}
keybindingService={keybindingService}
fileDialogService={fileDialogService}
renderer={renderer}
plotWidth={plotWidth}
Expand All @@ -80,7 +79,6 @@ export const showSavePlotModalDialog = (

interface SavePlotModalDialogProps {
layoutService: IWorkbenchLayoutService;
keybindingService: IKeybindingService;
fileDialogService: IFileDialogService;
renderer: PositronModalReactRenderer;
plotWidth: number;
Expand Down

0 comments on commit bd8e434

Please sign in to comment.