Fix column reference in settings page

This commit is contained in:
Brandon Presley 2022-12-10 22:22:51 +13:00
parent 3600003660
commit 42589fe9ab
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ export default function SettingsPage() {
await settingsRepo
.createQueryBuilder()
.update()
.set({alarm: null})
.set({sound: null})
.execute()
reset({index: 0, routes: [{name: 'Settings'}]})
}, [reset])