Fix post -> port typo
This commit is contained in:
@@ -76,7 +76,7 @@ const volumeDialogValid = computed(() => {
|
||||
case 'sshfs':
|
||||
if (!data.host) return false;
|
||||
if (!data.remoteDir) return false;
|
||||
if (!data.post) return false;
|
||||
if (!data.port) return false;
|
||||
if (!data.user) return false;
|
||||
if (!data.privateKey) return false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user