UI: Fix the instruction template delete dialog not appearing

This commit is contained in:
oobabooga 2026-03-17 22:52:32 -07:00
parent c8bb2129ba
commit fef2bd8630

View file

@ -2651,7 +2651,7 @@ def handle_delete_template_click(template):
f"{template}.yaml",
root,
root,
gr.update(visible=False)
gr.update(visible=True)
]