From 05fade1d05a3ade9900f72843e875065a057c3a2 Mon Sep 17 00:00:00 2001 From: Gucheng Wang Date: Sat, 25 Feb 2023 09:39:19 +0800 Subject: [PATCH] fix role list link error --- web/src/RoleListPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/RoleListPage.js b/web/src/RoleListPage.js index 19f70bad..e35542ed 100644 --- a/web/src/RoleListPage.js +++ b/web/src/RoleListPage.js @@ -82,7 +82,7 @@ class RoleListPage extends BaseListPage { ...this.getColumnSearchProps("name"), render: (text, record, index) => { return ( - + {text} );