mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
fd277914ae
commit
b552924edb
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gancio",
|
||||
"version": "1.5.0-rc.17",
|
||||
"version": "1.5.0-rc.19",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
|
|
|
@ -54,7 +54,7 @@ const settingsController = {
|
|||
secretSettings: {},
|
||||
|
||||
async load () {
|
||||
if (config.status !== 'READY') {
|
||||
if (config.status !== 'CONFIGURED') {
|
||||
settingsController.settings = defaultSettings
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue