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,
|
||||
allowUnauthorized,
|
||||
useVhdDirectory,
|
||||
encryptionKey: encryptionKey.trim() !== '' ? encryptionKey : undefined,
|
||||
encryptionKey: encryptionKey?.trim() !== '' ? encryptionKey : undefined,
|
||||
}),
|
||||
options: options !== '' ? options : null,
|
||||
proxy: proxyId,
|
||||
|
Loading…
Reference in New Issue
Block a user