mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 18:52:20 -05:00
Fix default model values
This commit is contained in:
parent
ed894f83c6
commit
4c16d8321e
@ -30,8 +30,8 @@ module.exports = HumanModel.define({
|
||||
idleTimeout: ['number', true, 600000],
|
||||
idleSince: 'date',
|
||||
allowAlerts: ['bool', true, false],
|
||||
badge: 'string',
|
||||
pageTitle: 'string'
|
||||
badge: ['string', true, ''],
|
||||
pageTitle: ['string', true, '']
|
||||
},
|
||||
derived: {
|
||||
title: {
|
||||
|
Loading…
Reference in New Issue
Block a user