Skip to content

Commit

Permalink
[release-3.4] fix: projects of cluster has no create button (#4261)
Browse files Browse the repository at this point in the history
fix: projects of cluster has no create button

Signed-off-by: donniean <[email protected]>
Co-authored-by: donniean <[email protected]>
  • Loading branch information
ks-ci-bot and donniean authored Jan 18, 2024
1 parent 7687bf7 commit 175710f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/clusters/containers/Projects/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
Expand Down

0 comments on commit 175710f

Please sign in to comment.