Skip to content

Commit

Permalink
default to all permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
samsep committed Feb 22, 2016
1 parent cc842b1 commit 6901d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ManageSteps/ManageSteps.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ManageSteps = React.createClass
projectId: projectId
stepIds: stepsByProject?.items || []
fetching: stepsByProject?.isFetching
permissions: permissions || []
permissions: permissions || ['CREATE', 'UPDATE', 'DELETE']

React.createElement ManageStepsView, props

Expand Down

0 comments on commit 6901d95

Please sign in to comment.