mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
Fixed issue with clearing admin permissions, Fixes #2143
This commit is contained in:
@@ -18,7 +18,7 @@ type AdminUpdateUserPasswordForm struct {
|
||||
}
|
||||
|
||||
type AdminUpdateUserPermissionsForm struct {
|
||||
IsGrafanaAdmin bool `json:"IsGrafanaAdmin" binding:"Required"`
|
||||
IsGrafanaAdmin bool `json:"IsGrafanaAdmin"`
|
||||
}
|
||||
|
||||
type AdminUserListItem struct {
|
||||
|
||||
Reference in New Issue
Block a user