Always have a backup prefix as a string set

This commit is contained in:
Johannes Zellner
2025-06-25 23:32:36 +02:00
parent d6ec588c11
commit f790ef5a2b
@@ -22,6 +22,7 @@ const oldFormat = ref('');
const providerConfig = ref({
limits: {},
mountOptions: {},
prefix: '',
});
async function onSubmit() {