mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-24 22:34:41 +01:00
UI: Fix the instruction template delete dialog not appearing
This commit is contained in:
parent
c8bb2129ba
commit
fef2bd8630
|
|
@ -2651,7 +2651,7 @@ def handle_delete_template_click(template):
|
|||
f"{template}.yaml",
|
||||
root,
|
||||
root,
|
||||
gr.update(visible=False)
|
||||
gr.update(visible=True)
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue