mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
Fixed issue with clearing admin permissions, Fixes #2143
This commit is contained in:
parent
5962bcbc6c
commit
3675b3fcaa
@ -18,7 +18,7 @@ type AdminUpdateUserPasswordForm struct {
|
||||
}
|
||||
|
||||
type AdminUpdateUserPermissionsForm struct {
|
||||
IsGrafanaAdmin bool `json:"IsGrafanaAdmin" binding:"Required"`
|
||||
IsGrafanaAdmin bool `json:"IsGrafanaAdmin"`
|
||||
}
|
||||
|
||||
type AdminUserListItem struct {
|
||||
|
Loading…
Reference in New Issue
Block a user