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" />