Skip to content

Commit

Permalink
chore(client/App): make correctly wire DMN create actions
Browse files Browse the repository at this point in the history
Closes #909
  • Loading branch information
nikku committed Sep 4, 2018
1 parent 9a7d809 commit cf1e2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -667,11 +667,11 @@ export class App extends Component {
},
{
text: 'Create new DMN table',
onClick: this.composeAction('create-dmn-diagram')
onClick: this.composeAction('create-dmn-table')
},
{
text: 'Create new DMN diagram (DRD)',
onClick: () => console.log('DMN diagram')
onClick: this.composeAction('create-dmn-diagram')
},
{
text: 'Create new CMMN diagram',
Expand Down

0 comments on commit cf1e2a2

Please sign in to comment.