diff --git a/app/src/helpers/yunohostArguments.js b/app/src/helpers/yunohostArguments.js index 11a10a9d..2e962dc0 100644 --- a/app/src/helpers/yunohostArguments.js +++ b/app/src/helpers/yunohostArguments.js @@ -295,7 +295,7 @@ export function formatYunoHostConfigPanels (data) { } for (const { id: panelId, name, help, sections } of data.panels) { - const panel = { id: panelId, sections: [] } + const panel = { id: panelId, sections: [], serverError: '' } result.forms[panelId] = {} result.validations[panelId] = {} result.errors[panelId] = {}