This is an automated email from the ASF dual-hosted git repository. mintsweet pushed a commit to branch fix-zentao-search in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 16dce4d8e7bb13d0b6733e8a96fde0d7d9adc820 Author: mintsweet <[email protected]> AuthorDate: Tue Jan 16 16:20:36 2024 +1300 fix(config-ui): zentao error local search --- config-ui/src/plugins/register/zentao/config.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/config-ui/src/plugins/register/zentao/config.tsx b/config-ui/src/plugins/register/zentao/config.tsx index 03234b511..4e4d45a58 100644 --- a/config-ui/src/plugins/register/zentao/config.tsx +++ b/config-ui/src/plugins/register/zentao/config.tsx @@ -57,7 +57,6 @@ export const ZenTaoConfig: IPluginConfig = { ], }, dataScope: { - localSearch: true, title: 'Repositories', millerColumn: { columnCount: 2,
