From fef2bd863056b1dfc5d1f2d0cda6c8f677b6729f Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 17 Mar 2026 22:52:32 -0700 Subject: [PATCH] UI: Fix the instruction template delete dialog not appearing --- modules/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chat.py b/modules/chat.py index 00f1659b..393507a1 100644 --- a/modules/chat.py +++ b/modules/chat.py @@ -2651,7 +2651,7 @@ def handle_delete_template_click(template): f"{template}.yaml", root, root, - gr.update(visible=False) + gr.update(visible=True) ]