mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
add 'serveurError' prop to panels data
This commit is contained in:
parent
c672438faa
commit
43637ea7ae
1 changed files with 1 additions and 1 deletions
|
@ -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] = {}
|
||||
|
|
Loading…
Reference in a new issue