fix missing app config apply call

This commit is contained in:
axolotle 2022-01-13 17:03:37 +01:00
parent 218e544bbe
commit 05f2694b1d

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" />