Page limit config for dashboards with visible annotations (#110911)
* Page limit config for dashboards with visible annotations Signed-off-by: Maicon Costa <maiconscosta@gmail.com> --------- Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ func ProvideService(
|
||||
return &RepositoryImpl{
|
||||
db: db,
|
||||
features: features,
|
||||
authZ: accesscontrol.NewAuthService(db, features, dashSvc),
|
||||
authZ: accesscontrol.NewAuthService(db, features, dashSvc, cfg),
|
||||
reader: read,
|
||||
writer: write,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user