mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 07:03:37 +00:00
UI: Fix the instruction template delete dialog not appearing
This commit is contained in:
parent
c8bb2129ba
commit
fef2bd8630
1 changed files with 1 additions and 1 deletions
|
|
@ -2651,7 +2651,7 @@ def handle_delete_template_click(template):
|
|||
f"{template}.yaml",
|
||||
root,
|
||||
root,
|
||||
gr.update(visible=False)
|
||||
gr.update(visible=True)
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue