Skip to content

Commit

Permalink
fix error when editing extra networks card
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Feb 1, 2024
1 parent 9f3ba38 commit 2600370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui_extra_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_single_card(page: str = "", tabname: str = "", name: str = ""):
item = page.items.get(name)

page.read_user_metadata(item)
item_html = page.create_item_html(tabname, item)
item_html = page.create_item_html(tabname, item, shared.html("extra-networks-card.html"))

return JSONResponse({"html": item_html})

Expand Down

0 comments on commit 2600370

Please sign in to comment.