We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e43c2 commit e412e41Copy full SHA for e412e41
1 file changed
webapp/components/topbar/dialogs/OverwriteModel.js
@@ -32,7 +32,7 @@ const saveOptions = [
32
},
33
];
34
35
-const DEFAULT_DIR = "uploads";
+const DEFAULT_DIR = "saved_models";
36
37
const OverwriteModel = (props) => {
38
const updateFullPath = (value) => {
0 commit comments