backup site: init prefix on open
This commit is contained in:
@@ -237,7 +237,10 @@ defineExpose({
|
||||
enableForUpdates.value = false;
|
||||
provider.value = '';
|
||||
format.value = '';
|
||||
providerConfig.value = {};
|
||||
providerConfig.value = {
|
||||
mountOptions: {},
|
||||
prefix: '',
|
||||
};
|
||||
useEncryption.value = false;
|
||||
encryptionPassword.value = '';
|
||||
encryptionPasswordRepeat.value = '';
|
||||
|
||||
Reference in New Issue
Block a user