File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class Dashboard extends React.Component {
105
105
cloudCode : {
106
106
viewCode : true ,
107
107
} ,
108
- webhooks : {
108
+ hooks : {
109
109
create : true ,
110
110
read : true ,
111
111
update : true ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default class DashboardView extends React.Component {
48
48
49
49
//webhooks requires removal of heroku link code, then it should work.
50
50
/*
51
- if (features.webhooks && features.webhooks .create && features.webhooks .read && features.webhooks .update && features.webhooks .delete) {
51
+ if (features.hooks && features.hooks .create && features.hooks .read && features.hooks .update && features.hooks .delete) {
52
52
coreSubsections.push({
53
53
name: 'Webhooks',
54
54
link: '/webhooks'
You can’t perform that action at this time.
0 commit comments