Skip to content

Commit b1a9ca6

Browse files
Merge pull request #13 from IDEMSInternational/config/update-tasks
Update config.ts
2 parents 9a4f901 + 1d88004 commit b1a9ca6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ config.app_config.NOTIFICATION_DEFAULTS.text = "You have a new message from Pare
3636
config.app_config.APP_SKINS.defaultSkinName = SKINS.modular.name;
3737
config.app_config.APP_SKINS.available = [SKINS.modular, SKINS.weekly_workshop];
3838
config.app_config.APP_THEMES.available = ["default", "professional"];
39-
config.app_config.APP_UPDATES.enabled = true
40-
config.app_config.APP_UPDATES.completeUpdateTemplate = "app_update_complete"
39+
config.app_config.TASKS.enabled = true;
40+
config.app_config.APP_UPDATES.enabled = true;
41+
config.app_config.APP_UPDATES.completeUpdateTemplate = "app_update_complete";
4142

4243
export default config;

0 commit comments

Comments
 (0)