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
@@ -93,7 +93,7 @@ export class TeamMembers extends PureComponent<Props, State> {
|
||||
</td>
|
||||
<td>{member.login}</td>
|
||||
<td>{member.email}</td>
|
||||
<WithFeatureToggle featureToggle={config.editorsCanOwn}>
|
||||
<WithFeatureToggle featureToggle={config.editorsCanAdmin}>
|
||||
<td>
|
||||
<div className="gf-form">
|
||||
<Select
|
||||
@@ -161,7 +161,7 @@ export class TeamMembers extends PureComponent<Props, State> {
|
||||
<th />
|
||||
<th>Name</th>
|
||||
<th>Email</th>
|
||||
<WithFeatureToggle featureToggle={config.editorsCanOwn}>
|
||||
<WithFeatureToggle featureToggle={config.editorsCanAdmin}>
|
||||
<th>Permission</th>
|
||||
</WithFeatureToggle>
|
||||
{syncEnabled && <th />}
|
||||
|
||||
Reference in New Issue
Block a user