Skip to content

Commit

Permalink
fix: Fix project create not refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
leoliu committed Jul 1, 2020
1 parent a973036 commit 033fa3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspaces/containers/Projects/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ export default class Projects extends React.Component {
showCreate = () =>
this.props.trigger('project.create', {
...this.props.match.params,
success: () => this.getData({ silent: true }),
})

render() {
Expand Down

0 comments on commit 033fa3e

Please sign in to comment.