Fix new_session.ui: add container ID and correct target reference for create_session button

This commit is contained in:
yumoqing 2026-04-22 16:24:29 +08:00
parent 82a58be972
commit b30a98f65e

View File

@ -1,5 +1,6 @@
{
"widgettype": "VBox",
"id": "new-session-container",
"options": {
"width": "100%",
"height": "100%",
@ -82,7 +83,7 @@
"wid": "self",
"event": "click",
"actiontype": "registerfunction",
"target": "self",
"target": "app.new-session-container",
"rfname": "create_session",
"params": {}
}