update Mount with PathSelector
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
+5
-1
@@ -275,10 +275,12 @@ export default function Mount() {
|
||||
switchable={false}
|
||||
sourceOptions={{
|
||||
label: 'Remote Path',
|
||||
showPicker: false,
|
||||
showPicker: true,
|
||||
placeholder: 'Root path inside the remote',
|
||||
showSuggestions: true,
|
||||
clearable: true,
|
||||
allowedKeys: ['REMOTES', 'FAVORITES'],
|
||||
showFiles: false,
|
||||
}}
|
||||
destOptions={{
|
||||
label: 'Mount Point',
|
||||
@@ -286,6 +288,8 @@ export default function Mount() {
|
||||
placeholder: 'The local path to mount the remote to',
|
||||
showSuggestions: false,
|
||||
clearable: false,
|
||||
allowedKeys: ['LOCAL_FS'],
|
||||
showFiles: false,
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user