Skip to content

Commit

Permalink
style: use title case for component tag
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Oct 10, 2024
1 parent 245871b commit ba7fbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/ProjectConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ function handleEditFocus(focused: boolean) {
</div>
</div>
<div v-if="currentTab === 'users'" class="py-3 px-6">
<access-control
<AccessControl
:project="selectedProject"
:permissions="permissions"
@updateSelectedProject="updateSelectedProject"
Expand Down

0 comments on commit ba7fbcf

Please sign in to comment.