Skip to content

Commit

Permalink
Removed code from another feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Dec 17, 2023
1 parent a886e17 commit 14f80b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SnapshotDirectory.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class SnapshotDirectory extends Component {
}

mount() {
axios.post('/api/v1/mounts', { "root": this.state.oid, "options": {"PreferWebDav": this.context.preferWebDav}}).then(result => {
axios.post('/api/v1/mounts', { "root": this.state.oid} ).then(result => {
this.setState({
mountInfo: result.data,
});
Expand Down

0 comments on commit 14f80b2

Please sign in to comment.