mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
config: updated feature toggle name
This commit is contained in:
committed by
Leonard Gram
parent
a6a3d698da
commit
a90b3e331e
@@ -207,7 +207,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
|
||||
.when('/org/teams/edit/:id/:page?', {
|
||||
template: '<react-container />',
|
||||
resolve: {
|
||||
roles: () => (config.editorsCanOwn ? ['Editor', 'Admin'] : ['Admin']),
|
||||
roles: () => (config.editorsCanAdmin ? ['Editor', 'Admin'] : ['Admin']),
|
||||
component: () => TeamPages,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user