From 14c72e29d70b71ef910bbfbfaeeb4b9919dc551e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 6 Aug 2026 13:55:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20index.ui=20new=5Fkb=5Fform=20URL=20missi?= =?UTF-8?q?ng=20/rag/=20prefix=20=E2=86=92=20use=20relative=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/knowledge_bases_list/index.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/knowledge_bases_list/index.ui b/wwwroot/knowledge_bases_list/index.ui index 5cac1d0..e5f6750 100644 --- a/wwwroot/knowledge_bases_list/index.ui +++ b/wwwroot/knowledge_bases_list/index.ui @@ -66,7 +66,7 @@ "auto_dismiss": true }, "options": { - "url": "{{entire_url('/knowledge_bases_list/new_kb_form.ui')}}" + "url": "{{entire_url('./new_kb_form.ui')}}" } } ]