Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cf15e7

Browse files
committed
Fix ts type
1 parent bac7743 commit 6cf15e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/UsersPage/UsersPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface UsersPageViewProps {
1515
count?: number
1616
roles?: TypesGen.AssignableRoles[]
1717
isUpdatingUserRoles?: boolean
18-
canEditUsers?: boolean
18+
canEditUsers: boolean
1919
oidcRoleSyncEnabled?: boolean
2020
canViewActivity?: boolean
2121
isLoading?: boolean

0 commit comments

Comments
 (0)