Skip to content

Commit

Permalink
fix(client): remove dmn table from menu actions
Browse files Browse the repository at this point in the history
Closes #1871
  • Loading branch information
Niklas Kiefer authored and barmac committed Jul 10, 2020
1 parent cbd2046 commit ea5cd01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/app/TabsProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ export default class TabsProvider {
},
getNewFileMenu() {
return [{
label: 'DMN Table',
action: 'create-dmn-table'
}, {
label: 'DMN Diagram',
action: 'create-dmn-diagram'
}];
Expand Down

0 comments on commit ea5cd01

Please sign in to comment.