From f3c1b7c5ba92f79a479762a60090424e4ff5eb1b Mon Sep 17 00:00:00 2001 From: donniean Date: Thu, 18 Jan 2024 11:50:26 +0800 Subject: [PATCH] fix: projects of cluster has no create button Signed-off-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" />