Explorar o código

✨ re-enable clusters by default

jmacura %!s(int64=4) %!d(string=hai) anos
pai
achega
50d5bd7690
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/adjuster/adjuster.service.ts

+ 1 - 1
src/adjuster/adjuster.service.ts

@@ -26,7 +26,7 @@ export class AdjusterService {
   /** To be read from a config file */
   serviceBaseUrl: string;
   /** Used in the UI as a selector */
-  allowClusters = false //FIXME: (WIP) true;
+  allowClusters = true;
   /** Used in the UI as a selector */
   allowIndex = true;
   factors = [];