Skip to content

Commit

Permalink
fix: project settings permissions (#4528)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Aug 21, 2024
1 parent 18ed5d2 commit 9382908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ const App = class extends Component {
<Permission
level='project'
permission='ADMIN'
id={this.props.projectId}
id={projectId}
>
{({ permission }) =>
permission && (
Expand Down

0 comments on commit 9382908

Please sign in to comment.