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",
|
"name": "gancio",
|
||||||
"version": "1.5.0-rc.17",
|
"version": "1.5.0-rc.19",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -54,7 +54,7 @@ const settingsController = {
|
||||||
secretSettings: {},
|
secretSettings: {},
|
||||||
|
|
||||||
async load () {
|
async load () {
|
||||||
if (config.status !== 'READY') {
|
if (config.status !== 'CONFIGURED') {
|
||||||
settingsController.settings = defaultSettings
|
settingsController.settings = defaultSettings
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue