Skip to content

Commit

Permalink
fix: Fix the role delete when it has authorized users
Browse files Browse the repository at this point in the history
Signed-off-by: harrisonliu5 <harrisonliu_5@163.com>
  • Loading branch information
harrisonliu5 committed Aug 4, 2020
1 parent 39abb35 commit 7a5b61e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/devops/containers/Roles/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ export default class Secrets extends React.Component {
trigger('role.delete', {
detail: item,
type: t(this.name),
namespace: this.devops,
cluster: this.cluster,
workspace: this.props.match.params.workspace,
success: routing.query,
}),
},
Expand Down

0 comments on commit 7a5b61e

Please sign in to comment.