feat(settings): handle court number settings
This commit is contained in:
@@ -39,7 +39,8 @@ export class SettingsService {
|
||||
await db.settings.put({
|
||||
id: 1,
|
||||
numberOfCourts: 5,
|
||||
withServiceJudge: true
|
||||
withServiceJudge: true,
|
||||
showAlert: true
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user