fix some fields not updating

This commit is contained in:
mystie 2024-09-28 01:06:37 +03:00
parent 0956a337ab
commit 04b15e2e1d

View file

@ -13,7 +13,7 @@
<a class="visually-hidden-focusable" href="#preview">Skip to preview</a>
<div class="row">
<div class="col mw-100">
<form hx-post="{{ url_for('api.updateConfig') }}" hx-target="#response-container" hx-swap="none">
<form hx-trigger="click from:#saveConfig" hx-post="{{ url_for('api.updateConfig') }}" hx-target="#response-container" hx-swap="none">
<h2 id="instance" class="mb-3 fw-normal d-flex align-items-center justify-content-between">
Instance
<button type="button" class="btn btn-outline-secondary btn-sm" data-bs-toggle="collapse" data-bs-target="#preview-collapse" aria-expanded="true" aria-controls="preview-collapse"><i class="bi bi-arrows-expand-vertical me-1"></i> Toggle preview</button>