diff --git a/plugins/admin/public/index.html b/plugins/admin/public/index.html index e7c0367b..127c38f7 100644 --- a/plugins/admin/public/index.html +++ b/plugins/admin/public/index.html @@ -6423,6 +6423,7 @@

Confirm governance change

webuiModelIds = webuiModelIds.filter((v) => v !== id); renderChips(); syncDefault(); + updateSectionDirty("webui-models"); }; chip.appendChild(label); chip.appendChild(x); @@ -6448,6 +6449,7 @@

Confirm governance change

addInput.value = ""; renderChips(); syncDefault(); + updateSectionDirty("webui-models"); }; addInput.onchange = addModel; addInput.onkeydown = (e) => { @@ -6456,6 +6458,7 @@

Confirm governance change

addModel(); } }; + $("webui-models-default").onchange = () => updateSectionDirty("webui-models"); renderChips(); syncDefault(); }