From ae83e3284e575e6aa74531710e541f5461856657 Mon Sep 17 00:00:00 2001 From: mic Date: Fri, 2 Jan 2026 12:17:10 +0100 Subject: [PATCH] correctyl updating the UI wornings. see #102 --- pages/customprompts/mzta-custom-prompts.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/customprompts/mzta-custom-prompts.js b/pages/customprompts/mzta-custom-prompts.js index 99fa14f5..8753c018 100644 --- a/pages/customprompts/mzta-custom-prompts.js +++ b/pages/customprompts/mzta-custom-prompts.js @@ -29,7 +29,8 @@ import { } from "../../js/mzta-prompts.js"; import { injectConnectionUI, - showConnectionOptions + showConnectionOptions, + updateWarnings } from "../../pages/_lib/connection-ui.js"; import { ChatGPTWeb_models, @@ -491,9 +492,11 @@ function handleEditClick(e) { taLog: taLog }).then(() => { populateConnectionUI(tr, id, prefix, selectId); + updateWarnings(prefix); }); } else { populateConnectionUI(tr, id, prefix, selectId); + updateWarnings(prefix); } // Show/Hide buttons