From b30a98f65eb3c441cc805a22c6c40af78bb9275f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Apr 2026 16:24:29 +0800 Subject: [PATCH] Fix new_session.ui: add container ID and correct target reference for create_session button --- wwwroot/new_session.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wwwroot/new_session.ui b/wwwroot/new_session.ui index 0336759..a595831 100644 --- a/wwwroot/new_session.ui +++ b/wwwroot/new_session.ui @@ -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": {} }