Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9f1e744

Browse files
author
Vikas Agarwal
committed
Github issue#95, Default cognitive to On in skill picker
-- Switched on the Cognitive community as default. Default on means that we have to just show it enabled but actually it is not enabled in backend. It would be persisted only when user hits Save button.
1 parent 4f655ff commit 9f1e744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/skill-picker/skill-picker.controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ import _ from 'lodash'
8181
vm.communities['ibm_cognitive'] = {
8282
displayName: 'Cognitive',
8383
programId: vm.IBM_COGNITIVE_PROGRAM_ID,
84-
status: false,
85-
dirty: false,
84+
status: true,
85+
dirty: true,
8686
display: true
8787
}
8888
_addWatchToCommunity(vm.communities['ios'])

0 commit comments

Comments
 (0)