@@ -358,6 +378,66 @@ export function ExportDialog({
+ {destination === "local" && (
+
+
+
+ {saveDirectoryOverridden && (
+
+ )}
+
+
+ onSaveDirectoryChange(e.target.value)}
+ disabled={exporting}
+ spellCheck={false}
+ title={saveDirectory}
+ placeholder={defaultSaveDirectory}
+ />
+
+
+
+
+
+ Browse
+
+
+
+
+ {saveDirectory !== defaultSaveDirectory ? (
+ <>
+ Default: {defaultSaveDirectory}
+ >
+ ) : (
+ <>
+ Paste an absolute path if the folder browser cannot reach the drive.
+ >
+ )}
+
+
+ )}
+