]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/api/mgr-module.service.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / api / mgr-module.service.ts
index 782ee737b76e6edeef2e886fd6a10348adedf3a2..ef937d8d159fda85fef07c7e7ba93dbca243b2c1 100644 (file)
@@ -36,7 +36,7 @@ export class MgrModuleService {
    * @param {object} config The configuration.
    * @return {Observable<Object>}
    */
-  updateConfig(module: string, config: Object): Observable<Object> {
+  updateConfig(module: string, config: object): Observable<Object> {
     return this.http.put(`${this.url}/${module}`, { config: config });
   }