Skip to content

Commit f1b7987

Browse files
committed
fix: project settings after refactoring
1 parent 3d8bf20 commit f1b7987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/projects/detail/components/EditProjectDefaultsForm/EditProjectDefaultsForm.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ const mapDispatchToProps = {
110110

111111
export default protectComponent(
112112
connect(null, mapDispatchToProps)(EditProjectDefaultsForm),
113-
PERMISSIONS.VIEW_PROJECT_DEFAULTS,
114-
'Project Defaults'
113+
PERMISSIONS.VIEW_PROJECT_SETTINGS,
114+
'Project Settings'
115115
)

0 commit comments

Comments
 (0)