Przeglądaj źródła

✨ re-enable clusters by default

jmacura 4 lat temu
rodzic
commit
50d5bd7690
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = [];