소스 검색

✨ re-enable clusters by default

jmacura 4 년 전
부모
커밋
50d5bd7690
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = [];