From 0530e37e6350be0cfc4b2d9d0cc796affafe3558 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 2 Aug 2021 12:05:17 +0530 Subject: Fixed #1717: Turned on ToDo feature. --- src/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/config.js') diff --git a/src/config.js b/src/config.js index b540334c4..ef3e4f962 100644 --- a/src/config.js +++ b/src/config.js @@ -134,6 +134,7 @@ export const DEFAULT_FEATURES_CONFIG = { isServiceProxyEnabled: false, isAnnouncementsEnabled: true, isWorkspaceEnabled: false, + isTodosEnabled: true, }; export const DEFAULT_WINDOW_OPTIONS = { @@ -170,8 +171,6 @@ export const ALLOWED_PROTOCOLS = [ export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false; -export const DEFAULT_SERVICE_LIMIT = 3; - export const DEFAULT_TODOS_WIDTH = 300; export const TODOS_MIN_WIDTH = 200; export const DEFAULT_TODOS_VISIBLE = true; -- cgit v1.2.3-54-g00ecf