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", "widgettype": "VBox",
"id": "new-session-container",
"options": { "options": {
"width": "100%", "width": "100%",
"height": "100%", "height": "100%",
@ -82,7 +83,7 @@
"wid": "self", "wid": "self",
"event": "click", "event": "click",
"actiontype": "registerfunction", "actiontype": "registerfunction",
"target": "self", "target": "app.new-session-container",
"rfname": "create_session", "rfname": "create_session",
"params": {} "params": {}
} }