From f790ef5a2bb5cd06d1cd09c69cda65588d7becba Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 25 Jun 2025 23:32:36 +0200 Subject: [PATCH] Always have a backup prefix as a string set --- dashboard/src/components/BackupDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/components/BackupDialog.vue b/dashboard/src/components/BackupDialog.vue index bc087e61a..75dc602af 100644 --- a/dashboard/src/components/BackupDialog.vue +++ b/dashboard/src/components/BackupDialog.vue @@ -22,6 +22,7 @@ const oldFormat = ref(''); const providerConfig = ref({ limits: {}, mountOptions: {}, + prefix: '', }); async function onSubmit() {