Merge pull request #423 from YunoHost/fix-appconfigpanel

Fix apps config panel apply call
This commit is contained in:
Alexandre Aubin 2022-01-13 16:07:47 +01:00 committed by GitHub
commit 04f0905515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
<tab-form
v-for="{ name, id: id_, sections, help, serverError } in panels" :key="id_"
v-bind="{ name, id: id_ + '-form', validation: $v.forms[id_], serverError }"
@submit.prevent="applyConfig(id_)"
>
<template v-if="help" #disclaimer>
<div class="alert alert-info" v-html="help" />