Просмотр исходного кода

✨ re-enable clusters by default

jmacura 4 лет назад
Родитель
Сommit
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 = [];