Skip to content

Commit

Permalink
Remove filename parameter from SaveTree service
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberacda committed Feb 21, 2024
1 parent 91556a9 commit f70f5bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/SaveFileBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ export class SaveFileBrowser extends Component<
}

const request = {
filename: this.props.tree_message?.name,
filepath: save_file_path,
storage_path: this.state.storage_folder,
tree: this.props.tree_message,
Expand Down
1 change: 0 additions & 1 deletion src/types/services/SaveTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import { TreeMsg } from "../types";

export interface SaveTreeRequest {
filename: string;
filepath: string;
storage_path: string;
tree: TreeMsg;
Expand Down

0 comments on commit f70f5bd

Please sign in to comment.