From 01a2c9281fe4dc5349a13da33af6b2070ff3de7e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Jul 2026 15:13:16 +0800 Subject: [PATCH] fix: move id to widget level, not options (bricks convention) --- wwwroot/index.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 1f358de..253939e 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -25,8 +25,8 @@ "subwidgets": [ { "widgettype": "VBox", + "id": "rag_main_content", "options": { - "id": "rag_main_content", "css": "filler", "padding": "8px" },