From 175710fefeeba6ff295c2c0967b4d45b83563d26 Mon Sep 17 00:00:00 2001 From: KubeSphere CI Bot <47586280+ks-ci-bot@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:58:47 +0800 Subject: [PATCH] [release-3.4] fix: projects of cluster has no create button (#4261) fix: projects of cluster has no create button Signed-off-by: donniean Co-authored-by: donniean --- src/pages/clusters/containers/Projects/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/clusters/containers/Projects/index.jsx b/src/pages/clusters/containers/Projects/index.jsx index 89401748ff2..49a4080720c 100644 --- a/src/pages/clusters/containers/Projects/index.jsx +++ b/src/pages/clusters/containers/Projects/index.jsx @@ -266,6 +266,7 @@ export default class Projects extends React.Component { tableActions={this.tableActions} columns={this.getColumns()} columnSearch={this.columnSearch} + onCreate={this.type === 'system' ? null : this.showCreate} isLoading={tableProps.isLoading || isLoadingMonitor} // searchType="name" />