Clear backup task start error

This commit is contained in:
Johannes Zellner
2025-06-11 22:15:57 +02:00
parent 2b2123f14d
commit 5d4eef50e4

View File

@@ -131,6 +131,7 @@ const startBackupBusy = ref(false);
async function onStartBackup() {
startBackupBusy.value = true;
startBackupError.value = '';
const [error] = await backupsModel.create();
if (error) {