Skip to content

Commit c5462ad

Browse files
authored
Merge pull request #712 from MetaCell/feature/netpyne-126
Change default save model folder to "saved_models"
2 parents e0e42b1 + e412e41 commit c5462ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/topbar/dialogs/OverwriteModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const saveOptions = [
3232
},
3333
];
3434

35-
const DEFAULT_DIR = "uploads";
35+
const DEFAULT_DIR = "saved_models";
3636

3737
const OverwriteModel = (props) => {
3838
const updateFullPath = (value) => {

0 commit comments

Comments
 (0)