Add collaboration feature
[sdc.git] / openecomp-ui / src / sdc-app / onboarding / softwareProduct / details / SoftwareProductDetailsReducer.js
index d62207f..54dc1a4 100644 (file)
@@ -45,6 +45,11 @@ export default (state = {}, action) => {
                                ...state,
                                mapOfExpandedIds: action.mapOfExpandedIds
                        };
+               case actionTypes.LOAD_LICENSING_VERSIONS_LIST:
+                       return {
+                               ...state,
+                               licensingVersionsList: action.licensingVersionsList
+                       };
                default:
                        return state;
        }