backup site: init prefix on open

This commit is contained in:
Girish Ramakrishnan
2025-10-07 22:22:57 +02:00
parent c37c513067
commit a9e0ee81ce

View File

@@ -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 = '';