fix(xo-web): do not throw an error when editing a non encrypted remote
Introduced by dca3f39
This commit is contained in:
parent
feaad13ac3
commit
5e589019d0
@ -101,7 +101,7 @@ export default decorate([
|
|||||||
region,
|
region,
|
||||||
allowUnauthorized,
|
allowUnauthorized,
|
||||||
useVhdDirectory,
|
useVhdDirectory,
|
||||||
encryptionKey: encryptionKey.trim() !== '' ? encryptionKey : undefined,
|
encryptionKey: encryptionKey?.trim() !== '' ? encryptionKey : undefined,
|
||||||
}),
|
}),
|
||||||
options: options !== '' ? options : null,
|
options: options !== '' ? options : null,
|
||||||
proxy: proxyId,
|
proxy: proxyId,
|
||||||
|
Loading…
Reference in New Issue
Block a user