Skip to content

Commit

Permalink
fix: projects of cluster has no create button (#4260)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean authored Jan 18, 2024
1 parent f743d66 commit 18e853a
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 18e853a

Please sign in to comment.