mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
dashfolders: disable save button after save of acl
This commit is contained in:
parent
e77878bba8
commit
eef37c4071
@ -89,8 +89,12 @@ export class AclCtrl {
|
||||
});
|
||||
}
|
||||
|
||||
return this.backendSrv.post(`/api/dashboards/id/${this.dashboard.id}/acl`, {
|
||||
return this.backendSrv
|
||||
.post(`/api/dashboards/id/${this.dashboard.id}/acl`, {
|
||||
items: updated,
|
||||
})
|
||||
.then(() => {
|
||||
this.canUpdate = false;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user