mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 01:54:47 +00:00
fix: lint (#5544)
This commit is contained in:
@@ -187,7 +187,9 @@ export function useInlineBackup(backupName: string | (() => string)) {
|
||||
text: 'The backup has been cancelled. You can create a new one or proceed without a backup.',
|
||||
})
|
||||
} catch {
|
||||
isBackingUp.value = false
|
||||
isCancelling.value = false
|
||||
backupFailed.value = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user