From 96601a3221c082413ffef7870938d16c9969f75b Mon Sep 17 00:00:00 2001 From: lurunze1226 Date: Tue, 31 Oct 2023 17:34:20 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=E8=A1=A8=E6=A0=BC2?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E6=96=87=E6=A1=A3=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/amis-editor/src/plugin/CRUD2/BaseCRUD.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amis-editor/src/plugin/CRUD2/BaseCRUD.tsx b/packages/amis-editor/src/plugin/CRUD2/BaseCRUD.tsx index 1bd58b65cc0..8fe007fa723 100644 --- a/packages/amis-editor/src/plugin/CRUD2/BaseCRUD.tsx +++ b/packages/amis-editor/src/plugin/CRUD2/BaseCRUD.tsx @@ -81,7 +81,7 @@ export class BaseCRUDPlugin extends BasePlugin { $schema = '/schemas/CRUD2Schema.json'; - docLink = '/amis/zh-CN/components/crud2'; + docLink = '/amis/zh-CN/components/table2'; tags = ['数据容器'];